ObjectDB ObjectDB

Internal Website Search

21-30 of 200 resultsRefresh
36

getSingularAttribute(name, type)

name, Class<Y> type ) Return the single-valued attribute of the managed type that corresponds to the specified name and Java type. Parameters: name - the name of the represented attribute type - the type of the represented attribute Returns: single-valued attribute with given name and type Throws
36

getSet(name, elementType)

Method javax.persistence.metamodel.ManagedType SetAttribute<?,E> getSet( String name, Class<E> elementType ) Return the Set-valued attribute of the managed type that corresponds to the specified name and Java element type. Parameters: name - the name of the represented attribute elementType
36

valueOf(name)

Static Method javax.persistence.TemporalType TemporalType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned
36

valueOf(name)

valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned. Returns: the enum constant with the specified name Throws
36

valueOf(name)

name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned. Returns: the enum constant with the specified name Throws: java.lang
36

valueOf(name)

Static Method javax.persistence.FetchType FetchType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned
36

valueOf(name)

Static Method javax.persistence.LockModeType LockModeType valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned
36

getCollection(name, elementType)

Method javax.persistence.metamodel.ManagedType CollectionAttribute<?,E> getCollection( String name ... to the specified name and Java element type. Parameters: name - the name of the represented ... of the given name and element type Throws: IllegalArgumentException - if attribute of the given name and type is not present in the managed type Since: JPA 2.0
36

valueOf(name)

Static Method javax.persistence.SharedCacheMode SharedCacheMode valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant
3

valueOf(name)

Static Method javax.jdo.ObjectState ObjectState valueOf( String name ) Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. Parameters: name - the name of the enum constant to be returned. Returns

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