Uses of Interface
org.hibernate.persister.walking.spi.AttributeSource
-
Packages that use AttributeSource Package Description org.hibernate.id org.hibernate.persister.entity org.hibernate.tuple org.hibernate.tuple.component -
-
Uses of AttributeSource in org.hibernate.id
Subinterfaces of AttributeSource in org.hibernate.id Modifier and Type Interface Description interface
PostInsertIdentityPersister
A persister that may have an identity assigned by execution of a SQLINSERT
. -
Uses of AttributeSource in org.hibernate.persister.entity
Subinterfaces of AttributeSource in org.hibernate.persister.entity Modifier and Type Interface Description interface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Implemented by anyEntityPersister
that may be loaded using aLoader
.interface
Lockable
Contract for things that can be locked via aLockingStrategy
.interface
OuterJoinLoadable
AEntityPersister
that may be loaded by outer join using and may be an element of a one-to-many association.interface
Queryable
Deprecated.SeeQueryable
interface
SQLLoadable
AnEntityPersister
that supports queries expressed in the platform native SQL dialect.interface
UniqueKeyLoadable
AnEntityPersister
that can be loaded by a non-primary unique key.Classes in org.hibernate.persister.entity that implement AttributeSource Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC through either generated or custom SQLclass
JoinedSubclassEntityPersister
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
SingleTableEntityPersister
The default implementation of theEntityPersister
interface.class
UnionSubclassEntityPersister
AnEntityPersister
implementing theInheritanceType.TABLE_PER_CLASS
mapping strategy for an entity and its inheritance hierarchy. -
Uses of AttributeSource in org.hibernate.tuple
Methods in org.hibernate.tuple that return AttributeSource Modifier and Type Method Description AttributeSource
AbstractNonIdentifierAttribute. getSource()
protected AttributeSource
AbstractNonIdentifierAttribute. source()
Constructors in org.hibernate.tuple with parameters of type AttributeSource Constructor Description AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation)
-
Uses of AttributeSource in org.hibernate.tuple.component
Constructors in org.hibernate.tuple.component with parameters of type AttributeSource Constructor Description AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)
-