Package org.hibernate.tuple
Interface Attribute
-
- All Known Subinterfaces:
IdentifierAttribute
,NonIdentifierAttribute
- All Known Implementing Classes:
AbstractAttribute
,AbstractCompositionAttribute
,AbstractEntityBasedAttribute
,AbstractNonIdentifierAttribute
,EntityBasedAssociationAttribute
,EntityBasedBasicAttribute
,EntityBasedCompositionAttribute
,IdentifierProperty
,StandardProperty
,VersionProperty
@Deprecated(forRemoval=true) public interface Attribute
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byAttributeMapping
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description String
getName()
Deprecated, for removal: This API element is subject to removal in a future version.Type
getType()
Deprecated, for removal: This API element is subject to removal in a future version.
-