ObjectDB ObjectDB

Internal Website Search

71-80 of 189 resultsRefresh
3

Attribute.PersistentAttributeType.ELEMENT_COLLECTION

Enum Constant javax.persistence.metamodel.Attribute.PersistentAttributeType ELEMENT_COLLECTION Element collection Since: JPA 2.0
3

PluralAttribute.CollectionType.LIST

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType LIST List-valued attribute Since: JPA 2.0
3

PluralAttribute.CollectionType.COLLECTION

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType COLLECTION Collection-valued attribute Since: JPA 2.0
3

PluralAttribute.CollectionType.SET

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType SET Set-valued attribute Since: JPA 2.0
3

PluralAttribute.CollectionType.MAP

Enum Constant javax.persistence.metamodel.PluralAttribute.CollectionType MAP Map-valued attribute Since: JPA 2.0
3

values()

Static Method javax.persistence.metamodel.PluralAttribute.CollectionType CollectionType[] values() Returns an array containing the constants of this enum type. This method may be used to iterate over the constants as follows: for (CollectionType c : CollectionType.values()) System.out.println(c
3

getBindableJavaType()

Method javax.persistence.metamodel.Bindable Class<T> getBindableJavaType() Return the Java type of the represented object. If the bindable type of the object is PLURAL_ATTRIBUTE, the Java element type is returned. If the bindable type is SINGULAR_ATTRIBUTE or ENTITY_TYPE, the Java type
3

valueOf(name)

Static Method javax.persistence.metamodel.PluralAttribute.CollectionType CollectionType 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
3

isId()

Method javax.persistence.metamodel.SingularAttribute boolean isId() Is the attribute an id attribute. This method will return true if the attribute is an attribute that corresponds to a simple id, an embedded id, or an attribute of an id class. Returns: boolean indicating whether the attribute is an id Since: JPA 2.0
3

getType()

Method javax.persistence.metamodel.SingularAttribute Type<T> getType() Return the type that represents the type of the attribute. Returns: type of attribute 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