ObjectDB ObjectDB

Internal Website Search

21-30 of 57 resultsRefresh
62

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
62

getDeclaredMap(name, keyType, valueType)

Method javax.persistence.metamodel.ManagedType MapAttribute<X,K,V> getDeclaredMap( String name, Class<K> keyType, Class<V> valueType ) Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types. Parameters: name - the name
62

getAttributes()

Method javax.persistence.metamodel.ManagedType Set<Attribute<?,?>> getAttributes() Return the attributes of the managed type. Returns: attributes of the managed type Since: JPA 2.0
62

getDeclaredList(name, elementType)

Method javax.persistence.metamodel.ManagedType ListAttribute<X,E> getDeclaredList( String name, Class<E> elementType ) Return the List-valued attribute declared by the managed type that corresponds to the specified name and Java element type. Parameters: name - the name of the represented attribute
62

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
62

getDeclaredCollection(name, elementType)

Method javax.persistence.metamodel.ManagedType CollectionAttribute<X,E> getDeclaredCollection( 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
62

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
62

getDeclaredSet(name, elementType)

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

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
62

getDeclaredMap(name, keyType, valueType)

Method javax.persistence.metamodel.ManagedType<X> MapAttribute<X,K,V> getDeclaredMap( String name, Class<T> keyType, Class<T> valueType ) Return the Map-valued attribute declared by the managed type that corresponds to the specified name and Java key and value types. Parameters: name - the name

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