Package org.hibernate.tuple
Class AbstractAttribute
- java.lang.Object
-
- org.hibernate.tuple.AbstractAttribute
-
- All Implemented Interfaces:
Attribute
- Direct Known Subclasses:
AbstractNonIdentifierAttribute
,IdentifierProperty
@Deprecated(forRemoval=true) public abstract class AbstractAttribute extends Object implements Attribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement.
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
AbstractAttribute(String attributeName, Type attributeType)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete 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.
-
-
-
Method Detail
-
getName
public String getName()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-