ObjectDB ObjectDB

Internal Website Search

191-200 of 200 resultsRefresh
24

javax.persistence.PostLoad

javax.persistence Annotation PostLoad Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
24

javax.persistence.ColumnResult

javax.persistence Annotation ColumnResult Target: References name of a column in the SELECT clause of a SQL query - i.e., column alias, if applicable. Scalar result types can be included in the query result by specifying this annotation in the metadata. Example: Query q = em.createNativeQuery
24

javax.persistence.AssociationOverrides

javax.persistence Annotation AssociationOverrides Target: Classes and fields (including property get methods) Used to override mappings of multiple relationship properties or fields. Example: @MappedSuperclass public class Employee { @Id protected Integer id; @Version
24

javax.persistence.criteria.CriteriaQuery

javax.persistence.criteria Interface CriteriaQuery<T> Superinterfaces: AbstractQuery<T> The CriteriaQuery interface defines functionality that is specific to top-level queries. Since: JPA 2.0 Learn how to define queries using the criteria API in Chapter 4 of the ObjectDB/JPA manual. AbstractQuery<T
24

javax.persistence.PostUpdate

javax.persistence Annotation PostUpdate Target: Callback methods Is used to specify callback methods for the corresponding lifecycle event. This annotation may be applied to methods of an entity class, a mapped superclass, or a callback listener class. Since: JPA 1.0 Learn how to define and use JPA
24

javax.persistence.criteria.MapJoin

javax.persistence.criteria Interface MapJoin<Z,K,V> Superinterfaces: Expression<V>, FetchParent<Z,V>, From<Z,V>, Join<Z,V>, Path<V>, PluralJoin<Z,Map<K,V>,V>, Selection<V>, TupleElement<V> The MapJoin interface is the type of the result of joining to a collection over an association or element
24

javax.persistence.ExcludeSuperclassListeners

javax.persistence Annotation ExcludeSuperclassListeners Target: Classes Specifies that the invocation of superclass listeners is to be excluded for the entity class (or mapped superclass) and its subclasses. Since: JPA 1.0 Learn how to define and use entity listeners in Chapter 3 of the ObjectDB
2

Persistent.serializedKey

Annotation Element javax.jdo.annotations.Persistent String serializedKey Whether the keys of this member are serialized. Returns: whether the keys of this member are serialized Default value: "" Since: JDO 2.1
2

Persistent.serializedElement

Annotation Element javax.jdo.annotations.Persistent String serializedElement Whether the elements of this member are serialized. Returns: whether the elements of this member are serialized Default value: "" Since: JDO 2.1
2

Persistent.serializedValue

Annotation Element javax.jdo.annotations.Persistent String serializedValue Whether the values of this member are serialized. Returns: whether the values of this member are serialized Default value: "" Since: JDO 2.1

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