ObjectDB ObjectDB

Internal Website Search

51-60 of 200 resultsRefresh
36

getDeclaredMap(name, keyType, valueType)

Method javax.persistence.metamodel.ManagedType MapAttribute<X,K,V> getDeclaredMap( String name ... that corresponds to the specified name and Java key and value types. Parameters: name - the name ... type of the represented attribute Returns: declared MapAttribute of the given name and key and value
36

getDeclaredList(name, elementType)

Method javax.persistence.metamodel.ManagedType ListAttribute<X,E> getDeclaredList( String name ... to the specified name and Java element type. Parameters: name - the name of the represented attribute ... of the given name and element type Throws: IllegalArgumentException - if attribute of the given name
36

getAttribute(name)

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

getDeclaredCollection(name, elementType)

( String name, Class<E> elementType ) Return the Collection-valued attribute declared by the managed type that corresponds to the specified name and Java element type. Parameters: name - the name ... CollectionAttribute of the given name and element type Throws: IllegalArgumentException - if attribute
36

getDeclaredAttribute(name)

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

getDeclaredSet(name, elementType)

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

getCollection(name)

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

getDeclaredMap(name, keyType, valueType)

Method javax.persistence.metamodel.ManagedType<X> MapAttribute<X,K,V> getDeclaredMap( String name ... that corresponds to the specified name and Java key and value types. Parameters: name - the name ... type of the represented attribute Returns: declared MapAttribute of the given name and key and value
36

getList(name, elementType)

Method javax.persistence.metamodel.ManagedType ListAttribute<?,E> getList( String name, Class<E ... name and Java element type. Parameters: name - the name of the represented attribute elementType - the element type of the represented attribute Returns: ListAttribute of the given name and element
36

getDeclaredSingularAttribute(name, type)

( String name, Class<Y> type ) Return the single-valued attribute declared by the managed type that corresponds to the specified name and Java type. Parameters: name - the name of the represented ... of the given name and type Throws: IllegalArgumentException - if attribute of the given name and type is not declared in the managed type Since: JPA 2.0

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