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 class
DetachOptions.All
Public to allow reflection.static class
DetachOptions.FetchGroups
Public to allow reflection.static class
DetachOptions.Loaded
Detach loaded state.Methods in org.apache.openjpa.conf that return DetachOptions Modifier and Type Method Description DetachOptions
OpenJPAConfiguration. getDetachStateInstance()
Return the instance specified by the detach state plugin.DetachOptions
OpenJPAConfigurationImpl. getDetachStateInstance()
Methods in org.apache.openjpa.conf with parameters of type DetachOptions Modifier and Type Method Description void
OpenJPAConfiguration. setDetachState(DetachOptions detachState)
Return the instance specified by the detach state plugin.void
OpenJPAConfigurationImpl. setDetachState(DetachOptions detachState)
-