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 classAbstractNonIdentifierAttributeclassStandardPropertyDeprecated.Use one of theAttribute-based impls instead.Methods in org.hibernate.tuple that return NonIdentifierAttribute Modifier and Type Method Description static NonIdentifierAttributePropertyFactory. 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 classAbstractCompositionAttributeA 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 classAbstractEntityBasedAttributeclassEntityBasedAssociationAttributeclassEntityBasedBasicAttributeclassEntityBasedCompositionAttributeclassVersionPropertyRepresents 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()
-