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

    Modifier and Type
    Method
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • AbstractAttribute

      protected AbstractAttribute(String attributeName, Type attributeType)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • getName

      public String getName()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getName in interface Attribute
    • getType

      public Type getType()
      Deprecated, for removal: This API element is subject to removal in a future version.
      Specified by:
      getType in interface Attribute