Example usage for Java javax.persistence.metamodel SingularAttribute fields, constructors, methods, implement or subclass
The text is from its open source code.
Class | getBindableJavaType() Return the Java type of the represented object. |
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. |
Type | getType() Return the type that represents the type of the attribute. |
boolean | isId() Is the attribute an id attribute. |
boolean | isOptional() Can the attribute be null. |
boolean | isVersion() Is the attribute a version attribute. |
String | toString() Returns a string representation of the object. |