Example usage for Java javax.persistence.metamodel Attribute fields, constructors, methods, implement or subclass
The text is from its open source code.
boolean | equals(Object obj) Indicates whether some other object is "equal to" this one. |
ManagedType | getDeclaringType() Return the managed type representing the type in which the attribute was declared. |
java.lang.reflect.Member | getJavaMember() Return the java.lang.reflect.Member for the represented attribute. |
Class | getJavaType() Return the Java type of the represented attribute. |
String | getName() Return the name of the attribute. |
PersistentAttributeType | getPersistentAttributeType() Return the persistent attribute type for the attribute. |
boolean | isAssociation() Is the attribute an association. |
boolean | isCollection() Is the attribute collection-valued (represents a Collection, Set, List, or Map). |