Object
DB
Object
DB
ObjectDB
About ObjectDB
Get ObjectDB
Support
Manual
Quick Tour
Entity Classes
Using JPA
JPA Queries
Tools
and Utilities
Configuration
API
JPA
Reference
JDO
Reference
Tutorials
General JPA Tutorials
Web App JPA Tutorials
Admin
Home
»
JPA Reference
»
Metamodel
»
Metamodel Attributes
»
PluralAttribute
»
getElementType() - JPA PluralAttribute's method
JPA Reference
Persistence
EntityManagerFactory
EntityManager
EntityTransaction
Annotations
Queries
Metamodel
Metamodel
Metamodel Types
Metamodel Attributes
Attribute
PersistentAttributeType
SingularAttribute
PluralAttribute
CollectionType
CollectionAttribute
SetAttribute
MapAttribute
ListAttribute
Bindable
Miscellaneous
Exceptions
getElementType() - JPA PluralAttribute's method
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
< PluralAttribute
^ PluralAttribute
CollectionType >