|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
X
- The type containing the represented attributeT
- The type of the represented attributepublic interface SingularAttribute<X,T>
Instances of the type SingularAttribute
represents persistent
single-valued properties or fields.
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Attribute |
---|
Attribute.PersistentAttributeType |
Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable |
---|
Bindable.BindableType |
Method Summary | |
---|---|
Type<T> |
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. |
Methods inherited from interface javax.persistence.metamodel.Attribute |
---|
getDeclaringType, getJavaMember, getJavaType, getName, getPersistentAttributeType, isAssociation, isCollection |
Methods inherited from interface javax.persistence.metamodel.Bindable |
---|
getBindableJavaType, getBindableType |
Method Detail |
---|
boolean isId()
boolean isVersion()
boolean isOptional()
Type<T> getType()
|
EclipseLink 2.2.0, build 'v20110202-r8913' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |