ObjectDB ObjectDB

Internal Website Search

21-30 of 196 resultsRefresh
4

getIdClassAttributes()

Method javax.persistence.metamodel.IdentifiableType Set<SingularAttribute<?,?>> getIdClassAttributes() Return the attributes corresponding to the id class of the identifiable type. Returns: id attributes Throws: IllegalArgumentException - if the identifiable type does not have an id class Since: JPA 2.0
4

hasVersionAttribute()

Method javax.persistence.metamodel.IdentifiableType boolean hasVersionAttribute() Whether the identifiable type has a version attribute. Returns: boolean indicating whether the identifiable type has a version attribute Since: JPA 2.0
4

hasSingleIdAttribute()

Method javax.persistence.metamodel.IdentifiableType boolean hasSingleIdAttribute() Whether the identifiable type has a single id attribute. Returns true for a simple id or embedded id; returns false for an idclass. Returns: boolean indicating whether the identifiable type has a single id attribute Since: JPA 2.0
4

getSupertype()

Method javax.persistence.metamodel.IdentifiableType IdentifiableType<?> getSupertype() Return the identifiable type that corresponds to the most specific mapped superclass or entity extended by the entity or mapped superclass. Returns: supertype of identifiable type or null if no such supertype Since: JPA 2.0
4

getDeclaredId(type)

the identifiable type or if the identifiable type has an id class Since: JPA 2.0
4

getId(type)

: IllegalArgumentException - if id attribute of the given type is not present in the identifiable type or if the identifiable type has an id class Since: JPA 2.0
3

javax.persistence.InheritanceType

. The string must match exactly an identifier used to declare an enum constant in this type
0

javax.jdo.JDOEntityManager

of lifecycle event listeners. The classes parameter identifies all of the classes ... ) Returns the sequence identified by name. Returns the sequence identified by name. Parameters: name ... completion, instances are evicted from the cache. This method allows an application to identify
0

javax.jdo.PersistenceManager

. The classes parameter identifies all of the classes of interest. If the classes parameter ... Sequence getSequence(String name) Returns the sequence identified by name. Returns the sequence identified by name. Parameters: name - the name of the Sequence Returns: the Sequence Since: JDO 2.0
0

javax.jdo.PersistenceManagerFactory

getPersistenceManager is called). The classes parameter identifies all of the classes

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