Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.PersistenceStore
-
Packages that use PersistenceStore Package Description com.sun.jdo.spi.persistence.support.sqlstore com.sun.jdo.spi.persistence.support.sqlstore.impl com.sun.jdo.spi.persistence.support.sqlstore.model -
-
Uses of PersistenceStore in com.sun.jdo.spi.persistence.support.sqlstore
Classes in com.sun.jdo.spi.persistence.support.sqlstore that implement PersistenceStore Modifier and Type Class Description classSQLStoreManagerThis class connects to a persistent store.Methods in com.sun.jdo.spi.persistence.support.sqlstore that return PersistenceStore Modifier and Type Method Description PersistenceStoreSQLStateManager. getStore()Constructors in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type PersistenceStore Constructor Description SQLStateManager(PersistenceStore store, ClassDesc persistenceConfig)Construct a new SQLStateManager so that it locks or does not lock as per whether or not it is used in a managed environment. -
Uses of PersistenceStore in com.sun.jdo.spi.persistence.support.sqlstore.impl
Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl that return PersistenceStore Modifier and Type Method Description protected PersistenceStorePersistenceManagerImpl. getStore()Methods in com.sun.jdo.spi.persistence.support.sqlstore.impl with parameters of type PersistenceStore Modifier and Type Method Description protected voidPersistenceManagerImpl. setStore(PersistenceStore store) -
Uses of PersistenceStore in com.sun.jdo.spi.persistence.support.sqlstore.model
Methods in com.sun.jdo.spi.persistence.support.sqlstore.model with parameters of type PersistenceStore Modifier and Type Method Description RetrieveDescClassDesc. getRetrieveDescForFKQuery(ForeignFieldDesc foreignField, PersistenceStore store)Returns a RetrieveDescriptor which represent a SQL query selecting pc instances by the relationship key.RetrieveDescClassDesc. getRetrieveDescForPKQuery(FieldDesc additionalField, PersistenceStore store)Returns a RetrieveDescriptor which represent a SQL query selecting a pc instance by pk-fields.RetrieveDescClassDesc. getRetrieveDescForVerificationQuery(PersistenceStore store)Gets RetrieveDescriptor(rd) for verifying a VC instance.SQLStateManagerClassDesc. newStateManagerInstance(PersistenceStore store)Returns a newSQLStateManagerinstance, initialized with passed store manager and this instance of the runtime class model.
-