ObjectDB ObjectDB

Internal Website Search

71-80 of 200 resultsRefresh
9

javax.persistence.PersistenceUtil

javax.persistence Interface PersistenceUtil Subinterfaces: PersistenceUnitUtil Utility interface between the application and the persistence provider(s). The PersistenceUtil interface instance obtained from the Persistence class is used to determine the load state of an entity or entity attribute
9

javax.persistence.metamodel.MapAttribute

javax.persistence.metamodel Interface MapAttribute<X,K,V> Superinterfaces: Attribute<X,Map<K,V>>, Bindable<V>, PluralAttribute<X,Map<K,V>,V> Instances of the type MapAttribute represent persistent ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent
9

javax.persistence.metamodel.SingularAttribute

javax.persistence.metamodel Interface SingularAttribute<X,T> Superinterfaces: Attribute<X,T>, Bindable<T> Instances of the type SingularAttribute represents persistent single-valued properties or ... .0 PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type
9

javax.persistence.GeneratedValue

javax.persistence Annotation GeneratedValue Target: Fields (including property get methods ... TableGenerator annotation. Defaults to the id generator supplied by persistence provider. Default value ... that the persistence provider must use to generate the annotated entity primary key. (Optional) The primary key
9

javax.persistence.metamodel.CollectionAttribute

javax.persistence.metamodel Interface CollectionAttribute<X,E> Superinterfaces: Attribute<X ... represent persistent java.util.Collection-valued attributes. Since: JPA 2.0 Class<T ... PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type for the attribute. Return
9

javax.persistence.metamodel.ListAttribute

javax.persistence.metamodel Interface ListAttribute<X,E> Superinterfaces: Attribute<X,List<E>>, Bindable<E>, PluralAttribute<X,List<E>,E> Instances of the type ListAttribute represent persistent ... getPersistentAttributeType() Return the persistent attribute type for the attribute. Return the persistent attribute type
9

javax.persistence.MapKeyJoinColumn

javax.persistence Annotation MapKeyJoinColumn Target: Fields (including property get methods ... generated by the persistence provider. (Optional) Whether the column is included in SQL INSERT statements generated by the persistence provider. Default value: true Since: JPA 2.0 String name (Optional
9

javax.persistence.RollbackException

javax.persistence Exception RollbackException java.lang.Object java.lang.Throwable java.lang.Exception java.lang.RuntimeException javax.persistence.PersistenceException javax.persistence.RollbackException Implemented Interfaces
9

javax.persistence.metamodel.PluralAttribute

javax.persistence.metamodel Interface PluralAttribute<X,C,E> Superinterfaces: Attribute<X,C ... of the type PluralAttribute represent persistent collection-valued attributes. Since: JPA 2.0 Class<T ... PersistentAttributeType getPersistentAttributeType() Return the persistent attribute type
0

Persistent.persistenceModifier

Annotation Element javax.jdo.annotations.Persistent PersistenceModifier persistenceModifier ... persistenceModifier is for embedded instances in which a member is not persistent but in the non-embedded instances the member is persistent. Note that it is not portable to specify a member to be not

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