Uses of Interface
org.hibernate.tuple.Attribute
-
Packages that use Attribute Package Description org.hibernate.tuple 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 interfaceIdentifierAttributeinterfaceNonIdentifierAttributeinterfacePropertyDeprecated.Use the directAttributehierarchyClasses in org.hibernate.tuple that implement Attribute Modifier and Type Class Description classAbstractAttributeclassAbstractNonIdentifierAttributeclassIdentifierPropertyRepresents a defined entity identifier property within the Hibernate runtime-metamodel.classStandardPropertyDeprecated.Use one of theAttribute-based impls instead. -
Uses of Attribute in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement Attribute Modifier and Type Class Description classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositeBasedAssociationAttributeclassCompositeBasedBasicAttributeclassCompositionBasedCompositionAttribute -
Uses of Attribute in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement Attribute Modifier and Type Class Description classAbstractEntityBasedAttributeclassEntityBasedAssociationAttributeclassEntityBasedBasicAttributeclassEntityBasedCompositionAttributeclassVersionPropertyRepresents a version property within the Hibernate runtime-metamodel.
-