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

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

Introduction

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

The text is from its open source code.

Implementation

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

Method

ClassgetBindableJavaType()
Return the Java type of the represented object.
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.
TypegetType()
Return the type that represents the type of the attribute.
booleanisId()
Is the attribute an id attribute.
booleanisOptional()
Can the attribute be null.
booleanisVersion()
Is the attribute a version attribute.
StringtoString()
Returns a string representation of the object.