Internal Website Search

151-160 of 200 resultsRefresh

javax.persistence.spi.PersistenceUnitInfo

="description"> Interface implemented by the container and used by the persistence provider ... > Since: JPA 1.0 group-header" class="group-header">

javax.persistence.spi.ProviderUtil

"> Utility interface implemented by the persistence provider. This interface is invoked by ... > JPA 2.0 group-header" class="group-header"> If the provider determines that the entity has been provided by itself and that the state of all attributes

javax.persistence.PessimisticLockScope

-constant-group-header" class="group-header"> PessimisticLockScope.NORMAL , element collections and relationships owned by the entity ... >PessimisticLockScope.NORMAL , element collections and relationships owned by the entity

javax.persistence.criteria.AbstractQuery

-group-header" class="group-header"> Return a list of the grouping expressions. Return a list of the grouping expressions

javax.jdo.spi.StateManager

classes and the JDO implementation. It contains the methods used by Since: JDO 1.0 group-header" class="group-header">

javax.jdo.spi.StateInterrogation

"> This interface is implemented by a non-binary-compatible JDO implementation to provide state ... recognize the parameter as being handled by it. A non-null return value indicates ... id="method-group-header" class="group-header">

javax.jdo.FetchPlan

groups are activated using methods on this interface. An instance of this interface can be obtained ... > JDO 2.0 group-header" class="group-header ... > group-header" class="group-header">

[ODB1] Chapter 5 - JDO Connections

> Database connections are managed in JDO by the javax.jdo.PersistenceManagerFactoryPersistenceManager instances returned by the getPersistenceManager() method ... a file, as demonstrated by the following properties file: javax.jdo

javax.jdo.annotations.FetchPlan

> Since: JDO 2.1 group-header" class="group-header"> The fetch groups in this fetch plan.

[ODB1] Chapter 8 - ObjectDB Server

An ObjectDB server can manage one or more databases. Databases that are managed by a server can be accessed by multiple processes simultaneously. In addition, the server supports accessing these databases from remote machines by TCP/IP. More details about client server mode vs. embedded