ObjectDB ObjectDB

Internal Website Search

1-10 of 43 resultsRefresh
87

javax.persistence.metamodel.PluralAttribute.CollectionType

javax.persistence.metamodel Enum PluralAttribute.CollectionType java.lang.Object java.lang.Enum<javax.persistence.metamodel.PluralAttribute.CollectionType> javax.persistence.metamodel.PluralAttribute.CollectionType Implemented Interfaces: Serializable, Comparable<CollectionType
85

javax.persistence.metamodel.PluralAttribute

javax.persistence.metamodel Interface PluralAttribute<X,C,E> Superinterfaces: Attribute<X,C>, Bindable<E> Subinterfaces: CollectionAttribute, ListAttribute, MapAttribute, SetAttribute Instances of the type PluralAttribute represent persistent collection-valued attributes. Since: JPA 2.0 Class<T
82

PluralAttribute.CollectionType.LIST

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

PluralAttribute.CollectionType.COLLECTION

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

PluralAttribute.CollectionType.SET

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

PluralAttribute.CollectionType.MAP

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

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
82

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
82

getElementType()

Method javax.persistence.metamodel.PluralAttribute Type<E> getElementType() Return the type representing the element type of the collection. Returns: element type Since: JPA 2.0
82

getCollectionType()

Method javax.persistence.metamodel.PluralAttribute CollectionType getCollectionType() Return the collection type. Returns: collection 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