Uses of Interface
org.hibernate.persister.walking.spi.AttributeSource
Packages that use AttributeSource
Package
Description
This package and its subpackages, especially
org.hibernate.id.enhanced,
contain the built-in id generators, all of which implement either
IdentifierGenerator or
PostInsertIdentifierGenerator.This package abstracts persistence mechanisms for entities.
Most contracts here have been replaced by the new runtime
mapping model.
-
Uses of AttributeSource in org.hibernate.id
Subinterfaces of AttributeSource in org.hibernate.idModifier and TypeInterfaceDescriptioninterfaceDeprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttributeSource in org.hibernate.persister.entity
Subinterfaces of AttributeSource in org.hibernate.persister.entityModifier and TypeInterfaceDescriptioninterfaceDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceA strategy for persisting a mapped entity class.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceDeprecated.UseEntityMappingTypeinsteadinterfaceDeprecated, for removal: This API element is subject to removal in a future version.interfaceClasses in org.hibernate.persister.entity that implement AttributeSourceModifier and TypeClassDescriptionclassBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classThe default implementation of theEntityPersisterinterface.classAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of AttributeSource in org.hibernate.tuple
Methods in org.hibernate.tuple that return AttributeSourceModifier and TypeMethodDescriptionAbstractNonIdentifierAttribute.getSource()Deprecated, for removal: This API element is subject to removal in a future version.protected AttributeSourceAbstractNonIdentifierAttribute.source()Deprecated, for removal: This API element is subject to removal in a future version.Constructors in org.hibernate.tuple with parameters of type AttributeSourceModifierConstructorDescriptionprotectedAbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of AttributeSource in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type AttributeSourceModifierConstructorDescriptionprotectedAbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo) Deprecated, for removal: This API element is subject to removal in a future version.
EntityPersisterinstead.