Uses of Class
org.apache.openjpa.kernel.PCState
-
Packages that use PCState Package Description org.apache.openjpa.abstractstore OpenJPA Abstract StoreManager Implementationorg.apache.openjpa.datacache OpenJPA Data Cacheorg.apache.openjpa.jdbc.kernel OpenJPA-JDBC Runtime Kernelorg.apache.openjpa.jdbc.meta OpenJPA-JDBC ORM Metadataorg.apache.openjpa.jdbc.meta.strats OpenJPA-JDBC ORM Strategiesorg.apache.openjpa.kernel OpenJPA Runtime Kernelorg.apache.openjpa.util OpenJPA Utilitiesorg.apache.openjpa.xmlstore XML Store -
-
Uses of PCState in org.apache.openjpa.abstractstore
-
Uses of PCState in org.apache.openjpa.datacache
Methods in org.apache.openjpa.datacache with parameters of type PCState Modifier and Type Method Description booleanDataCacheStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, Object edata)Collection<Object>DataCacheStoreManager. loadAll(Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, Object edata) -
Uses of PCState in org.apache.openjpa.jdbc.kernel
Methods in org.apache.openjpa.jdbc.kernel with parameters of type PCState Modifier and Type Method Description voidJDBCStoreManager. beforeStateChange(OpenJPAStateManager sm, PCState fromState, PCState toState)booleanJDBCStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, Object context)protected booleanJDBCStoreManager. initializeState(OpenJPAStateManager sm, PCState state, JDBCFetchConfiguration fetch, ConnectionInfo info)Initialize a newly-loaded instance.CollectionJDBCStoreManager. loadAll(Collection sms, PCState state, int load, FetchConfiguration fetch, Object context) -
Uses of PCState in org.apache.openjpa.jdbc.meta
Methods in org.apache.openjpa.jdbc.meta with parameters of type PCState Modifier and Type Method Description booleanClassMapping. customLoad(OpenJPAStateManager sm, JDBCStore store, PCState state, JDBCFetchConfiguration fetch)booleanClassStrategy. customLoad(OpenJPAStateManager sm, JDBCStore store, PCState state, JDBCFetchConfiguration fetch)Implement this method to load the state of a given object, without a previousResult. -
Uses of PCState in org.apache.openjpa.jdbc.meta.strats
Methods in org.apache.openjpa.jdbc.meta.strats with parameters of type PCState Modifier and Type Method Description booleanAbstractClassStrategy. customLoad(OpenJPAStateManager sm, JDBCStore store, PCState state, JDBCFetchConfiguration fetch) -
Uses of PCState in org.apache.openjpa.kernel
Subclasses of PCState in org.apache.openjpa.kernel Modifier and Type Class Description classPNonTransDeletedStateLifecycle state.Fields in org.apache.openjpa.kernel declared as PCState Modifier and Type Field Description protected PCStateStateManagerImpl. _statestatic PCStatePCState. ECLEANEmbedded-Cleanstatic PCStatePCState. ECOPYEmbedded-Copystatic PCStatePCState. EDELETEDEmbedded-Deletedstatic PCStatePCState. EDIRTYEmbedded-Dirtystatic PCStatePCState. ENONTRANSEmbedded-Nontransactionalstatic PCStatePCState. HOLLOWHollow; exists in data storestatic PCStatePCState. PCLEANPersistent-Cleanstatic PCStatePCState. PDELETEDPersistent-Deletedstatic PCStatePCState. PDELETEDFLUSHEDPersistent-Deleted-Flushedstatic PCStatePCState. PDIRTYPersistent-Dirtystatic PCStatePCState. PNEWPersistent-Newstatic PCStatePCState. PNEWDELETEDPersistent-New-Deletedstatic PCStatePCState. PNEWFLUSHEDDELETEDPersistent-New-Flushed-Deletedstatic PCStatePCState. PNEWFLUSHEDDELETEDFLUSHEDPersistent-New-Flushed-Deleted-Flushedstatic PCStatePCState. PNEWPROVISIONALPersistent-New-Provisionalstatic PCStatePCState. PNONTRANSPersistent-Nontransactinoalstatic PCStatePCState. PNONTRANSDELETEDPersistent-Deleted-Nontransactionalstatic PCStatePCState. PNONTRANSDIRTYPersistent-Dirty-Nontransactinoalstatic PCStatePCState. PNONTRANSNEWPersistent-New-Nontransactionalstatic PCStatePCState. TCLEANTransient-Cleanstatic PCStatePCState. TDIRTYTransient-Dirtystatic PCStatePCState. TLOADEDTransient-Loadedstatic PCStatePCState. TRANSIENTTransient; unmanaged instanceMethods in org.apache.openjpa.kernel that return PCState Modifier and Type Method Description PCStateDetachedStateManager. getPCState()PCStateDetachedValueStateManager. getPCState()PCStateObjectIdStateManager. getPCState()PCStateOpenJPAStateManager. getPCState()Return the state that this object is in.PCStateStateManagerImpl. getPCState()Methods in org.apache.openjpa.kernel with parameters of type PCState Modifier and Type Method Description voidDelegatingStoreManager. beforeStateChange(OpenJPAStateManager sm, PCState fromState, PCState toState)voidStoreManager. beforeStateChange(OpenJPAStateManager sm, PCState fromState, PCState toState)Notification that the given state manager is about to change its lifecycle state.voidAbstractPCResultObjectProvider. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch)booleanDelegatingStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, Object context)voidDetachedStateManager. initialize(Class forType, PCState state)voidDetachedValueStateManager. initialize(Class forType, PCState state)voidObjectIdStateManager. initialize(Class forType, PCState state)voidOpenJPAStateManager. initialize(Class forType, PCState state)Initialize the state manager with a new instance of the given persistence capable type and the proper lifecycle state.voidPCResultObjectProvider. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch)Initializes the state manager.voidStateManagerImpl. initialize(Class cls, PCState state)protected voidStateManagerImpl. initialize(PersistenceCapable pc, PCState state)Initialize with the given instance and state.booleanStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, Object edata)Initialize the given state manager.Collection<Object>DelegatingStoreManager. loadAll(Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, Object context)Collection<Object>StoreManager. loadAll(Collection<OpenJPAStateManager> sms, PCState state, int load, FetchConfiguration fetch, Object edata)Initialize, load, or validate the existance of all of the given objects.Constructors in org.apache.openjpa.kernel with parameters of type PCState Constructor Description StateManagerImpl(StateManagerImpl sm, PCState newState)Create a new StateManager instance, optionally overriding the state (FLUSHED, DELETED, etc) of the underlying PersistenceCapable instance). -
Uses of PCState in org.apache.openjpa.util
Methods in org.apache.openjpa.util with parameters of type PCState Modifier and Type Method Description static CollectionImplHelper. loadAll(Collection sms, StoreManager store, PCState state, int load, FetchConfiguration fetch, Object context)Helper for store manager implementations. -
Uses of PCState in org.apache.openjpa.xmlstore
Methods in org.apache.openjpa.xmlstore with parameters of type PCState Modifier and Type Method Description booleanXMLStoreManager. initialize(OpenJPAStateManager sm, PCState state, FetchConfiguration fetch, Object context)
-