ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
25

javax.persistence.spi.PersistenceUnitTransactionType

javax.persistence.spi Enum PersistenceUnitTransactionType java.lang.Object java.lang.Enum<javax.persistence.spi.PersistenceUnitTransactionType> javax.persistence.spi ... > Specifies whether entity managers created by the javax.persistence.EntityManagerFactory will be JTA or
25

javax.persistence.metamodel.BasicType

javax.persistence.metamodel Interface BasicType<X> Superinterfaces: Type<X> Instances of the type BasicType represent basic types (including temporal and enumerated types). Since: JPA 2.0 Class<X ... Since: JPA 2.0 PersistenceType getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0
25

javax.persistence.EntityNotFoundException

javax.persistence Exception EntityNotFoundException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.EntityNotFoundException Implemented
25

javax.persistence.ManyToOne

javax.persistence Annotation ManyToOne Target: Fields (including property get methods) Defines ... on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy is a hint to the persistence provider runtime. Default value: javax.persistence.FetchType.EAGER Since: JPA 1.0
25

javax.persistence.QueryTimeoutException

javax.persistence Exception QueryTimeoutException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.QueryTimeoutException Implemented Interfaces
25

javax.persistence.criteria.JoinType

javax.persistence.criteria Enum JoinType java.lang.Object java.lang.Enum<javax.persistence.criteria.JoinType> javax.persistence.criteria.JoinType Implemented Interfaces: Serializable ... are not required to be supported in Java Persistence 2.0. Applications that use RIGHT join types
25

javax.persistence.AssociationOverride

javax.persistence Annotation AssociationOverride Target: Classes and fields (including property ... column(s) being mapped to the persistent attribute(s). The join column(s) being mapped to the persistent attribute(s). The joinColumns elements must be specified if a foreign key mapping is used in
25

javax.persistence.metamodel.EmbeddableType

javax.persistence.metamodel Interface EmbeddableType<X> Superinterfaces: ManagedType<X>, Type<X ... PersistenceType getPersistenceType() Return the persistence type. Return the persistence type. Returns: persistence type Since: JPA 2.0 Set< PluralAttribute<?,?,?>> getPluralAttributes() Return
25

javax.persistence.Enumerated

javax.persistence Annotation Enumerated Target: Fields (including property get methods) Specifies that a persistent property or field should be persisted as a enumerated type. The Enumerated ... mapping an enum type. (Optional) The type used in mapping an enum type. Default value: javax.persistence.EnumType.ORDINAL Since: JPA 1.0
25

javax.persistence.OneToOne

javax.persistence Annotation OneToOne Target: Fields (including property get methods) When using ... loaded or must be eagerly fetched. The EAGER strategy is a requirement on the persistence provider runtime that the associated entity must be eagerly fetched. The LAZY strategy is a hint to the persistence

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