ObjectDB ObjectDB

Internal Website Search

11-20 of 193 resultsRefresh
5

setPersistenceUnitName(name)

Method javax.jdo.PersistenceManagerFactory void setPersistenceUnitName( String name ) Sets the PersistenceUnitName for this PersistenceManagerFactory. This has the same semantics as the same-named property in JSR-220 PersistenceUnitInfo. Parameters: name - the PersistenceUnitName Since: JDO 2.1 See Also: getPersistenceUnitName()
5

getName()

Method javax.jdo.PersistenceManagerFactory String getName() Gets the name of this PersistenceManagerFactory. Returns: the name of this PMF Since: JDO 2.1
5

getFetchGroup(cls, name)

Method javax.jdo.PersistenceManagerFactory FetchGroup getFetchGroup( Class cls, String name ) Create an unscoped, modifiable FetchGroup for the Class and name. If a corresponding FetchGroup already exists in PersistenceManagerFactory scope, copy its definition to a new FetchGroup. If the FetchGroup
5

setName(name)

Method javax.jdo.PersistenceManagerFactory void setName( String name ) Sets the name of this PersistenceManagerFactory. Parameters: name - the name of this PMF Since: JDO 2.1
5

getServerTimeZoneID()

Method javax.jdo.PersistenceManagerFactory String getServerTimeZoneID() Gets the TimeZone ID of the server associated with this PersistenceManagerFactory. If not set, assume that the server has the same TimeZone ID as the client. Returns: the TimeZone of the server Since: JDO 2.1 See Also: setServerTimeZoneID(String)
5

getTransactionType()

Method javax.jdo.PersistenceManagerFactory String getTransactionType() Gets the TransactionType for this PersistenceManagerFactory. Returns: the TransactionType Since: JDO 2.1 See Also: setTransactionType(String)
5

getPersistenceUnitName()

Method javax.jdo.PersistenceManagerFactory String getPersistenceUnitName() Gets the PersistenceUnitName for this PersistenceManagerFactory. Returns: the PersistenceUnitName Since: JDO 2.1 See Also: setPersistenceUnitName(String)
5

removeFetchGroups(groups)

Method javax.jdo.PersistenceManagerFactory void removeFetchGroups( FetchGroup... groups ) Remove the FetchGroups from the set of active FetchGroups. Existing FetchGroups that match parameter FetchGroups are removed. Parameter FetchGroups that do not match any existing FetchGroup are ignored
5

setTransactionIsolationLevel(level)

Method javax.jdo.PersistenceManagerFactory void setTransactionIsolationLevel( String level ) Set the value for transaction isolation level for this PMF. Transaction isolation levels are defined in javax.jdo.Constants. If the requested level is not available, but a higher level is available
5

supportedOptions()

Method javax.jdo.PersistenceManagerFactory Collection<String> supportedOptions() The application can determine from the results of this method which optional features, and which query languages are supported by the JDO implementation. Each supported JDO feature is represented by a String

Getting Started

ObjectDB is very easy to use. Follow the Getting Started Tutorial and the Quick Tour manual chapter and in minutes you may be able to write and run first Java programs against ObjectDB.

Prior knowledge or experience in database programming (SQL, JDBC, ORM, JPA, etc.) is not required, but some background in using the Java language is essential.

Need Help?

  1. Search ObjectDB website
  2. Read the FAQ
  3. Follow the Tutorials
  4. View or post in the forum
  5. Search or file an issue
  6. Contact support