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 StringgetName()Deprecated, for removal: This API element is subject to removal in a future version.TypegetType()Deprecated, for removal: This API element is subject to removal in a future version.
-