Internal Website Search

1-10 of 194 resultsRefresh

javax.jdo.PersistenceManagerFactory

class="type">PersistenceManagerFactory Superinterfaces ... >PersistenceManagerFactory is the interface to use to obtain PersistenceManager instances. All PersistenceManager instances obtained from the same PersistenceManagerFactory

[ODB1] Chapter 5 - JDO Connections

>The PersistenceManagerFactory interface represents a factory of database connections ... ">Chapter 6). 5.1  javax.jdo.PersistenceManagerFactory Most applications ... the javax.jdo.PersistenceManagerFactory interface. A PersistenceManagerFactory

removeFetchGroups(groups)

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryvoid removeFetchGroups(  PersistenceManagerFactory/addFetchGroups_FetchGroup_" title="Method of javax.jdo

getFetchGroups()

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactorySet getFetchGroups() Get a modifiable ... ="/api/java/jdo/PersistenceManagerFactory/addFetchGroups_FetchGroup_" title="Method of javax.jdo

addFetchGroups(groups)

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryvoid addFetchGroups(  PersistenceManagerFactory/addFetchGroups_FetchGroup_" title="Method of javax.jdo

removeAllFetchGroups()

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryvoid removeAllFetchGroups() Remove ... >FetchGroups become unscoped. The methods PersistenceManagerFactory

close()

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryvoid close() Close this PersistenceManagerFactory. Check for JDOPermission("closePersistenceManagerFactory") and if not authorized, throw

addInstanceLifecycleListener(listener, classes)

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryvoid addInstanceLifecycleListener(  PersistenceManagerFactory. The

removeInstanceLifecycleListener(listener)

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryvoid removeInstanceLifecycleListener(  PersistenceManagerFactory. The addInstanceLifecycleListener

isClosed()

">PersistenceManagerFactory" title="Interface in javax.jdo">javax.jdo.PersistenceManagerFactoryboolean isClosed() A PersistenceManagerFactory instance can be used until it is closed.