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 interface
IdentifierAttribute
interface
NonIdentifierAttribute
Classes in org.hibernate.tuple that implement Attribute Modifier and Type Class Description class
AbstractAttribute
class
AbstractNonIdentifierAttribute
class
IdentifierProperty
Represents a defined entity identifier property within the Hibernate runtime-metamodel.class
StandardProperty
Deprecated.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 class
AbstractCompositionAttribute
A base class for a composite, non-identifier attribute. -
Uses of Attribute in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement Attribute Modifier and Type Class Description class
AbstractEntityBasedAttribute
class
EntityBasedAssociationAttribute
class
EntityBasedBasicAttribute
class
EntityBasedCompositionAttribute
class
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.
-