Uses of Interface
org.hibernate.tuple.NonIdentifierAttribute
-
Packages that use NonIdentifierAttribute Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities.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 NonIdentifierAttribute in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity with parameters of type NonIdentifierAttribute Modifier and Type Method Description protected AttributeMapping
AbstractEntityPersister. generateNonIdAttributeMapping(NonIdentifierAttribute tupleAttrDefinition, Property bootProperty, int stateArrayPosition, int fetchableIndex, MappingModelCreationProcess creationProcess)
-
Uses of NonIdentifierAttribute in org.hibernate.tuple
Classes in org.hibernate.tuple that implement NonIdentifierAttribute Modifier and Type Class Description class
AbstractNonIdentifierAttribute
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement.class
StandardProperty
Deprecated, for removal: This API element is subject to removal in a future version.Replaced byAttributeMapping
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)
Deprecated, for removal: This API element is subject to removal in a future version.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
Deprecated, for removal: This API element is subject to removal in a future version.No direct replacement -
Uses of NonIdentifierAttribute in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement NonIdentifierAttribute 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
Methods in org.hibernate.tuple.entity that return NonIdentifierAttribute Modifier and Type Method Description NonIdentifierAttribute[]
EntityMetamodel. getProperties()
Deprecated, for removal: This API element is subject to removal in a future version.
-