Package org.hibernate.tuple
Interface Property
-
- All Superinterfaces:
Attribute
- All Known Subinterfaces:
IdentifierAttribute
- All Known Implementing Classes:
AbstractAttribute,AbstractCompositionAttribute,AbstractEntityBasedAttribute,AbstractNonIdentifierAttribute,CompositeBasedAssociationAttribute,CompositeBasedBasicAttribute,CompositionBasedCompositionAttribute,EntityBasedAssociationAttribute,EntityBasedBasicAttribute,EntityBasedCompositionAttribute,IdentifierProperty,StandardProperty,VersionProperty
@Deprecated public interface Property extends Attribute
Deprecated.Use the directAttributehierarchyDefines the basic contract of a Property within the runtime metamodel.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description StringgetNode()Deprecated.DOM4j entity mode is no longer supported
-
-
-
Method Detail
-
getNode
@Deprecated String getNode()
Deprecated.DOM4j entity mode is no longer supported
-
-