Uses of Interface
org.hibernate.tuple.Attribute
-
Packages that use Attribute Package Description org.hibernate.tuple Most contracts here have been replaced by the new runtime mapping model.org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of Attribute in org.hibernate.tuple
Subinterfaces of Attribute in org.hibernate.tuple Modifier and Type Interface Description interface
IdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement; seeEntityIdentifierMapping
interface
NonIdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacementClasses in org.hibernate.tuple that implement Attribute Modifier and Type Class Description class
AbstractAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement.class
AbstractNonIdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement.class
IdentifierProperty
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement; seeEntityIdentifierMapping
class
StandardProperty
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byAttributeMapping
-
Uses of Attribute in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement Attribute Modifier and Type Class Description class
AbstractCompositionAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement -
Uses of Attribute in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement Attribute Modifier and Type Class Description class
AbstractEntityBasedAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacementclass
EntityBasedAssociationAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacementclass
EntityBasedBasicAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacementclass
EntityBasedCompositionAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacementclass
VersionProperty
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityVersionMapping
-