Example usage for Java javax.persistence.metamodel PluralAttribute fields, constructors, methods, implement or subclass
The text is from its open source code.
Class | getBindableJavaType() Return the Java type of the represented object. |
CollectionType | getCollectionType() Return the collection type. |
ManagedType | getDeclaringType() Return the managed type representing the type in which the attribute was declared. |
Type | getElementType() Return the type representing the element type of the collection. |
String | getName() Return the name of the attribute. |
PersistentAttributeType | getPersistentAttributeType() Return the persistent attribute type for the attribute. |