|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 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 Attribute<X,T>
Instances of the type Attribute represents persistent non-collection-valued properties or fields.
| Nested Class Summary | |
|---|---|
static class |
Attribute.Multiplicity
|
| Nested classes/interfaces inherited from interface javax.persistence.metamodel.Bindable |
|---|
Bindable.BindableType |
| Method Summary | |
|---|---|
Type<T> |
getAttributeType()
Return the type that represents the type of the attribute. |
Attribute.Multiplicity |
getMultiplicity()
Return the multiplicity 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.Member |
|---|
getDeclaringType, getJavaMember, getMemberJavaType, getName, isAssociation, isCollection |
| Methods inherited from interface javax.persistence.metamodel.Bindable |
|---|
getBindableType, getJavaType |
| Method Detail |
|---|
Attribute.Multiplicity getMultiplicity()
boolean isId()
boolean isVersion()
boolean isOptional()
Type<T> getAttributeType()
|
EclipseLink 2.0.0_ 2.0.0.v20090424-r4050 API Reference | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||