ObjectDB ObjectDB

Internal Website Search

41-50 of 200 resultsRefresh
36

valueOf(name)

Static Method javax.persistence.AccessType AccessType 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.CacheStoreMode CacheStoreMode 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
36

getList(name)

Method javax.persistence.metamodel.ManagedType ListAttribute<?,?> getList( String name ) Return the List-valued attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: ListAttribute of the given name Throws
36

getDeclaredSet(name)

Method javax.persistence.metamodel.ManagedType SetAttribute<X,?> getDeclaredSet( String name ) Return the Set-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared SetAttribute of the given
36

getSet(name)

Method javax.persistence.metamodel.ManagedType SetAttribute<?,?> getSet( String name ) Return the Set-valued attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: SetAttribute of the given name Throws
36

getMap(name)

Method javax.persistence.metamodel.ManagedType MapAttribute<?,?,?> getMap( String name ) Return the Map-valued attribute of the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: MapAttribute of the given name Throws
36

getDeclaredCollection(name)

( String name ) Return the Collection-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared CollectionAttribute of the given name Throws: IllegalArgumentException - if attribute of the given name is not declared in the managed type Since: JPA 2.0
36

getDeclaredMap(name)

Method javax.persistence.metamodel.ManagedType MapAttribute<X,?,?> getDeclaredMap( String name ) Return the Map-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared MapAttribute of the given
36

getMap(name, keyType, valueType)

Method javax.persistence.metamodel.ManagedType MapAttribute<?,K,V> getMap( String name, Class<K ... to the specified name and Java key and value types. Parameters: name - the name of the represented ... of the represented attribute Returns: MapAttribute of the given name and key and value types Throws
36

getDeclaredList(name)

Method javax.persistence.metamodel.ManagedType ListAttribute<X,?> getDeclaredList( String name ) Return the List-valued attribute declared by the managed type that corresponds to the specified name. Parameters: name - the name of the represented attribute Returns: declared ListAttribute

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