Uses of Interface
org.hibernate.tuple.NonIdentifierAttribute
-
Packages that use NonIdentifierAttribute Package Description org.hibernate.tuple org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of NonIdentifierAttribute in org.hibernate.tuple
Classes in org.hibernate.tuple that implement NonIdentifierAttribute Modifier and Type Class Description class
AbstractNonIdentifierAttribute
class
StandardProperty
Deprecated.Use one of theAttribute
-based impls instead.Methods in org.hibernate.tuple that return NonIdentifierAttribute Modifier and Type Method Description static NonIdentifierAttribute
PropertyFactory. buildEntityBasedAttribute(EntityPersister persister, SessionFactoryImplementor sessionFactory, int attributeNumber, Property property, boolean lazyAvailable, RuntimeModelCreationContext creationContext)
Generate a non-identifier (and non-version) attribute based on the given mapped property from the given entity -
Uses of NonIdentifierAttribute in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement NonIdentifierAttribute Modifier and Type Class Description class
AbstractCompositionAttribute
A base class for a composite, non-identifier attribute. -
Uses of NonIdentifierAttribute in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement NonIdentifierAttribute Modifier and Type Class Description class
AbstractEntityBasedAttribute
class
EntityBasedAssociationAttribute
class
EntityBasedBasicAttribute
class
EntityBasedCompositionAttribute
class
VersionProperty
Represents a version property within the Hibernate runtime-metamodel.Methods in org.hibernate.tuple.entity that return NonIdentifierAttribute Modifier and Type Method Description NonIdentifierAttribute[]
EntityMetamodel. getProperties()
-