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 AttributeMappingAbstractEntityPersister. 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 classAbstractNonIdentifierAttributeDeprecated, for removal: This API element is subject to removal in a future version.No direct replacement.classStandardPropertyDeprecated, for removal: This API element is subject to removal in a future version.Replaced byAttributeMappingMethods 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)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 classAbstractCompositionAttributeDeprecated, 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 classAbstractEntityBasedAttributeDeprecated, for removal: This API element is subject to removal in a future version.No direct replacementclassEntityBasedAssociationAttributeDeprecated, for removal: This API element is subject to removal in a future version.No direct replacementclassEntityBasedBasicAttributeDeprecated, for removal: This API element is subject to removal in a future version.No direct replacementclassEntityBasedCompositionAttributeDeprecated, for removal: This API element is subject to removal in a future version.No direct replacementclassVersionPropertyDeprecated, for removal: This API element is subject to removal in a future version.Replaced byEntityVersionMappingMethods 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.
-