Uses of Interface
com.sun.jdo.spi.persistence.support.sqlstore.PersistenceManager
-
-
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore
Fields in com.sun.jdo.spi.persistence.support.sqlstore declared as PersistenceManager Modifier and Type Field Description protected PersistenceManagerExtentCollection. pmThe PersistenceManager getExtent is called fromMethods in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type PersistenceManager Modifier and Type Method Description voidPersistenceStore. execute(PersistenceManager pm, Collection actions)voidSQLStoreManager. execute(PersistenceManager pm, Collection actions)Executes the list of SQL requests contained inactions.voidPersistenceStore. executeBatch(PersistenceManager pm, UpdateObjectDesc request, boolean forceFlush)voidSQLStoreManager. executeBatch(PersistenceManager pm, UpdateObjectDesc request, boolean forceFlush)Retrieves the update query plan for the specified request and calls executeUpdateBatch for all statements in this plan.voidSQLStateManager. makePersistent(PersistenceManager pm, Object pc)Prepares the associated object to be stored in the datastore.voidStateManager. makePersistent(PersistenceManager pm, Object pc)ThePersistenceManagerneeds to call this method in order to make an instance persistent.voidPersistenceManagerFactory. registerPersistenceManager(PersistenceManager pm, jakarta.transaction.Transaction t)voidPersistenceManagerFactory. releasePersistenceManager(PersistenceManager pm, jakarta.transaction.Transaction t)ObjectPersistenceStore. retrieve(PersistenceManager pm, RetrieveDesc action, ValueFetcher parameters)ObjectSQLStoreManager. retrieve(PersistenceManager pm, RetrieveDesc action, ValueFetcher parameters)The retrieve method builds and executes the SQL query described by the action parameter.Constructors in com.sun.jdo.spi.persistence.support.sqlstore with parameters of type PersistenceManager Constructor Description ExtentCollection(PersistenceManager pm, Class persistenceCapableClass, boolean subclasses) -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.impl
Classes in com.sun.jdo.spi.persistence.support.sqlstore.impl that implement PersistenceManager Modifier and Type Class Description classPersistenceManagerImplMethods in com.sun.jdo.spi.persistence.support.sqlstore.impl with parameters of type PersistenceManager Modifier and Type Method Description voidSQLPersistenceManagerFactory. registerPersistenceManager(PersistenceManager pm, jakarta.transaction.Transaction t)Registers PersistenceManager in the transactional cache in managed environment in case of BMT with JDO Transaction.voidSQLPersistenceManagerFactory. releasePersistenceManager(PersistenceManager pm, jakarta.transaction.Transaction t)Releases closed PersistenceManager that is not in usevoidTransactionImpl. setPersistenceManager(PersistenceManager pm)Set PersistenceManagerConstructors in com.sun.jdo.spi.persistence.support.sqlstore.impl with parameters of type PersistenceManager Constructor Description TransactionImpl(PersistenceManager pm, String username, char[] password, int seconds)Constructor -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.query
Constructors in com.sun.jdo.spi.persistence.support.sqlstore.query with parameters of type PersistenceManager Constructor Description QueryImpl(PersistenceManager pm)Create an empty query instance with no elements.QueryImpl(PersistenceManager pm, Class candidateClass)Create a query instance with the candidate class specified.QueryImpl(PersistenceManager pm, Class candidateClass, String filter)Create a query instance with the candidate class and filter specified.QueryImpl(PersistenceManager pm, Class candidateClass, Collection candidateCollection)Create a query instance with the candidate class and candidate collection specified.QueryImpl(PersistenceManager pm, Class candidateClass, Collection candidateCollection, String filter)Create a query instance with the candidate class, the candidate collection, and filter specified.QueryImpl(PersistenceManager pm, Object compiled)Create a new Query using elements from another Query. -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc
Methods in com.sun.jdo.spi.persistence.support.sqlstore.query.jqlc with parameters of type PersistenceManager Modifier and Type Method Description RetrieveDescJQLC. codeGen(PersistenceManager pm, ParameterTable paramtab) -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.sql
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql with parameters of type PersistenceManager Modifier and Type Method Description ObjectResultDesc. getResult(PersistenceManager pm, ResultSet resultData)Materialize data from the result set into objects. -
Uses of PersistenceManager in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator
Methods in com.sun.jdo.spi.persistence.support.sqlstore.sql.generator with parameters of type PersistenceManager Modifier and Type Method Description ObjectSelectQueryPlan. getResult(PersistenceManager pm, ResultSet resultData)Extract data from givenresultDataObjectVerificationSelectPlan. getResult(PersistenceManager pm, ResultSet resultData)Checks whether the resultset from a verification query contains atleast one row.
-