Package org.hibernate.tuple
Interface Attribute
-
- All Known Subinterfaces:
IdentifierAttribute,NonIdentifierAttribute,Property
- All Known Implementing Classes:
AbstractAttribute,AbstractCompositionAttribute,AbstractEntityBasedAttribute,AbstractNonIdentifierAttribute,CompositeBasedAssociationAttribute,CompositeBasedBasicAttribute,CompositionBasedCompositionAttribute,EntityBasedAssociationAttribute,EntityBasedBasicAttribute,EntityBasedCompositionAttribute,IdentifierProperty,StandardProperty,VersionProperty
public interface AttributeContract for attributes
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.StringgetName()TypegetType()
-
-
-
Method Detail
-
getName
java.lang.String getName()
-
getType
Type getType()
-
-