ObjectDB ObjectDB

Internal Website Search

1-10 of 23 resultsRefresh
110

javax.persistence.PersistenceContextType

javax.persistence Enum PersistenceContextType java.lang.Object java.lang.Enum<javax.persistence.PersistenceContextType> javax.persistence.PersistenceContextType Implemented Interfaces: Serializable, Comparable<PersistenceContextType> Specifies whether a transaction-scoped or extended
101

values()

Static Method javax.persistence.PersistenceContextType PersistenceContextType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (PersistenceContextType c : PersistenceContextType.values
97

valueOf(name)

Static Method javax.persistence.PersistenceContextType PersistenceContextType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum
94

PersistenceContextType.TRANSACTION

Enum Constant javax.persistence.PersistenceContextType TRANSACTION Transaction-scoped persistence context Since: JPA 1.0
94

PersistenceContextType.EXTENDED

Enum Constant javax.persistence.PersistenceContextType EXTENDED Extended persistence context Since: JPA 1.0
19

javax.persistence.EntityManager

TransactionRequiredException - if invoked on a container-managed entity manager of type PersistenceContextType ... entity manager of type PersistenceContextType.TRANSACTION and there is no transaction Since: JPA 1.0 ... - if invoked on a container-managed entity manager of type PersistenceContextType.TRANSACTION
10

javax.persistence.PersistenceContext

PersistenceContextType type (Optional) Specifies whether a transaction-scoped persistence context or ... .PersistenceContextType.TRANSACTION Since: JPA 1.0 String unitName (Optional) The name
10

PersistenceContext.type

Annotation Element javax.persistence.PersistenceContext PersistenceContextType type (Optional) Specifies whether a transaction-scoped persistence context or an extended persistence context is to be used. Default value: javax.persistence.PersistenceContextType.TRANSACTION Since: JPA 1.0
7

java.lang.Comparable

, PersistenceContextType, PersistenceModifier, PersistenceUnitTransactionType, PessimisticLockScope, CollectionType
1

javax.jdo.JDOEntityManager

JDO JavaDoc Reference Documentation -

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