ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
26

javax.persistence.OrderColumn

javax.persistence Annotation OrderColumn Target: Fields (including property get methods) Specifies a column that is used to maintain the persistent order of a list. The persistence provider is responsible for maintaining the order upon retrieval and in the database. The persistence provider
26

javax.persistence.ValidationMode

javax.persistence Enum ValidationMode java.lang.Object java.lang.Enum<javax.persistence.ValidationMode> javax.persistence.ValidationMode Implemented Interfaces: Serializable, Comparable<ValidationMode> The validation mode to be used by the provider for the persistence unit. Since: JPA
26

javax.persistence.spi.PersistenceProviderResolverHolder

javax.persistence.spi Class PersistenceProviderResolverHolder java.lang.Object javax.persistence.spi.PersistenceProviderResolverHolder Holds the global javax.persistence.spi ... getPersistenceProviderResolver() Returns the current persistence provider resolver. Returns the current persistence provider
26

javax.persistence.FlushModeType

javax.persistence Enum FlushModeType java.lang.Object java.lang.Enum<javax.persistence.FlushModeType> javax.persistence.FlushModeType Implemented Interfaces: Serializable, Comparable ... .AUTO is set on the Query or TypedQuery object, or if the flush mode setting for the persistence context
26

javax.persistence.EnumType

javax.persistence Enum EnumType java.lang.Object java.lang.Enum<javax.persistence.EnumType> javax.persistence.EnumType Implemented Interfaces: Serializable, Comparable<EnumType> Defines mapping for enumerated types. The constants of this enumerated type specify how a persistent
26

javax.persistence.PersistenceContextType

javax.persistence Enum PersistenceContextType java.lang.Object java.lang.Enum<javax.persistence.PersistenceContextType> javax.persistence.PersistenceContextType Implemented Interfaces ... persistence context is to be used in PersistenceContext. If not specified, a transaction-scoped
26

javax.persistence.PessimisticLockScope

javax.persistence Enum PessimisticLockScope java.lang.Object java.lang.Enum<javax.persistence.PessimisticLockScope> javax.persistence.PessimisticLockScope Implemented Interfaces: Serializable, Comparable<PessimisticLockScope> Defines the values of the javax.persistence.lock.scope
26

javax.persistence.EntityExistsException

javax.persistence Exception EntityExistsException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.EntityExistsException Implemented Interfaces
26

javax.persistence.Query

javax.persistence Interface Query Subinterfaces: TypedQuery Interface used to control query ... : IllegalStateException - if called for a Java Persistence query language SELECT statement or for a criteria ... : IllegalStateException - if the query is found not to be a Java Persistence query language SELECT query or
26

javax.persistence.SharedCacheMode

javax.persistence Enum SharedCacheMode java.lang.Object java.lang.Enum<javax.persistence.SharedCacheMode> javax.persistence.SharedCacheMode Implemented Interfaces: Serializable ... for the persistence unit. Corresponds to the value of the persistence.xml shared-cache-mode element, and returned as

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