Uses of Class
org.apache.openjpa.conf.DetachOptions
-
Packages that use DetachOptions Package Description org.apache.openjpa.conf OpenJPA Configuration -
-
Uses of DetachOptions in org.apache.openjpa.conf
Subclasses of DetachOptions in org.apache.openjpa.conf Modifier and Type Class Description static classDetachOptions.AllPublic to allow reflection.static classDetachOptions.FetchGroupsPublic to allow reflection.static classDetachOptions.LoadedDetach loaded state.Methods in org.apache.openjpa.conf that return DetachOptions Modifier and Type Method Description DetachOptionsOpenJPAConfiguration. getDetachStateInstance()Return the instance specified by the detach state plugin.DetachOptionsOpenJPAConfigurationImpl. getDetachStateInstance()Methods in org.apache.openjpa.conf with parameters of type DetachOptions Modifier and Type Method Description voidOpenJPAConfiguration. setDetachState(DetachOptions detachState)Return the instance specified by the detach state plugin.voidOpenJPAConfigurationImpl. setDetachState(DetachOptions detachState)
-