ObjectDB ObjectDB

Internal Website Search

91-100 of 200 resultsRefresh
25

javax.persistence.spi.PersistenceProviderResolver

javax.persistence.spi Interface PersistenceProviderResolver Determine the list of persistence providers available in the runtime environment. Implementations must be thread-safe. Note ... the runtime environment. Returns: list of the persistence providers available in the environment Since: JPA 2.0
25

javax.persistence.Embeddable

javax.persistence Annotation Embeddable Target: Classes Defines a class whose instances are stored ... of the persistent properties or fields of the embedded object is mapped to the database table for the entity. Note that the Transient annotation may be used to designate the non-persistent state of an embeddable
25

javax.persistence.AttributeOverride

javax.persistence Annotation AttributeOverride Target: Classes and fields (including property ... (Required) The column that is being mapped to the persistent attribute. (Required) The column that is being mapped to the persistent attribute. The mapping type will remain the same as is defined in
25

javax.persistence.spi.ProviderUtil

javax.persistence.spi Interface ProviderUtil Utility interface implemented by the persistence provider. This interface is invoked by the javax.persistence.PersistenceUtil implementation to determine the load status of an entity or entity attribute. Since: JPA 2.0 LoadState isLoaded(Object entity
25

javax.persistence.TemporalType

javax.persistence Enum TemporalType java.lang.Object java.lang.Enum<javax.persistence.TemporalType> javax.persistence.TemporalType Implemented Interfaces: Serializable, Comparable<TemporalType> Type used to indicate a specific mapping of java.util.Date or java.util.Calendar
25

javax.persistence.criteria.Predicate.BooleanOperator

javax.persistence.criteria Enum Predicate.BooleanOperator java.lang.Object java.lang.Enum<javax.persistence.criteria.Predicate.BooleanOperator> javax.persistence.criteria.Predicate.BooleanOperator Implemented Interfaces: Serializable, Comparable<BooleanOperator> Since: JPA 2.0
25

CascadeType.PERSIST

Enum Constant javax.persistence.CascadeType PERSIST Cascade persist operation Since: JPA 1.0
25

javax.persistence.criteria.CriteriaBuilder.Trimspec

javax.persistence.criteria Enum CriteriaBuilder.Trimspec java.lang.Object java.lang.Enum<javax.persistence.criteria.CriteriaBuilder.Trimspec> javax.persistence.criteria.CriteriaBuilder.Trimspec Implemented Interfaces: Serializable, Comparable<Trimspec> Used to specify how strings
25

javax.persistence.PersistenceException

javax.persistence Exception PersistenceException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence ... Thrown by the persistence provider when a problem occurs. All instances of PersistenceException
25

javax.persistence.metamodel.Metamodel

javax.persistence.metamodel Interface Metamodel Provides access to the metamodel of persistent entities in the persistence unit. Since: JPA 2.0 EmbeddableType<X> embeddable(Class<X> cls) Return the metamodel embeddable type representing the embeddable class. Return the metamodel embeddable type

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