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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

booleanequals(Object obj)
Indicates whether some other object is "equal to" this one.
ManagedTypegetDeclaringType()
Return the managed type representing the type in which the attribute was declared.
java.lang.reflect.MembergetJavaMember()
Return the java.lang.reflect.Member for the represented attribute.
ClassgetJavaType()
Return the Java type of the represented attribute.
StringgetName()
Return the name of the attribute.
PersistentAttributeTypegetPersistentAttributeType()
Return the persistent attribute type for the attribute.
booleanisAssociation()
Is the attribute an association.
booleanisCollection()
Is the attribute collection-valued (represents a Collection, Set, List, or Map).