Uses of Interface
org.hibernate.persister.walking.spi.AttributeSource
Packages that use AttributeSource
Package
Description
This package abstracts persistence mechanisms for entities.
-
Uses of AttributeSource in org.hibernate.persister.entity
Subinterfaces of AttributeSource in org.hibernate.persister.entityClasses 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.