Java javax.persistence.metamodel PluralAttribute fields, constructors, methods, implement or subclass

Example usage for Java javax.persistence.metamodel PluralAttribute fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for javax.persistence.metamodel PluralAttribute.

The text is from its open source code.

Implementation

javax.persistence.metamodel.PluralAttribute has the following implementations.
Click this link to see all its implementation.

Method

ClassgetBindableJavaType()
Return the Java type of the represented object.
CollectionTypegetCollectionType()
Return the collection type.
ManagedTypegetDeclaringType()
Return the managed type representing the type in which the attribute was declared.
TypegetElementType()
Return the type representing the element type of the collection.
StringgetName()
Return the name of the attribute.
PersistentAttributeTypegetPersistentAttributeType()
Return the persistent attribute type for the attribute.