Uses of Interface
org.hibernate.persister.walking.spi.AttributeSource
-
Packages that use AttributeSource Package Description org.hibernate.id org.hibernate.persister.entity org.hibernate.persister.walking.spi org.hibernate.tuple org.hibernate.tuple.component org.hibernate.tuple.entity -
-
Uses of AttributeSource in org.hibernate.id
Subinterfaces of AttributeSource in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQL INSERT. -
Uses of AttributeSource in org.hibernate.persister.entity
Subinterfaces of AttributeSource in org.hibernate.persister.entity Modifier and Type Interface Description interfaceEntityPersisterContract describing mapping information and persistence logic for a particular strategy of entity mapping.interfaceLoadableImplemented by a EntityPersister that may be loaded using Loader.interfaceLockableContract for things that can be locked via aLockingStrategy.interfaceOuterJoinLoadableA EntityPersister that may be loaded by outer join using the OuterJoinLoader hierarchy and may be an element of a one-to-many association.interfaceQueryableExtends the generic EntityPersister contract to add operations required by the Hibernate Query LanguageinterfaceSQLLoadableA class persister that supports queries expressed in the platform native SQL dialectinterfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement AttributeSource Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC through either generated or custom SQLclassJoinedSubclassEntityPersisterAn EntityPersister implementing the normalized "table-per-subclass" mapping strategyclassSingleTableEntityPersisterThe default implementation of the EntityPersister interface.classUnionSubclassEntityPersisterImplementation of the "table-per-concrete-class" or "roll-down" mapping strategy for an entity and its inheritance hierarchy. -
Uses of AttributeSource in org.hibernate.persister.walking.spi
Subinterfaces of AttributeSource in org.hibernate.persister.walking.spi Modifier and Type Interface Description interfaceCompositeCollectionElementDefinitionThe definition for a composite collection element.interfaceCompositionDefinitioninterfaceEntityDefinitionDefines the contract for walking the attributes defined by an entityinterfaceNonEncapsulatedEntityIdentifierDefinitionMethods in org.hibernate.persister.walking.spi that return AttributeSource Modifier and Type Method Description AttributeSourceAttributeDefinition. getSource() -
Uses of AttributeSource in org.hibernate.tuple
Methods in org.hibernate.tuple that return AttributeSource Modifier and Type Method Description AttributeSourceAbstractNonIdentifierAttribute. getSource()protected AttributeSourceAbstractNonIdentifierAttribute. source()Constructors in org.hibernate.tuple with parameters of type AttributeSource Constructor Description AbstractNonIdentifierAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation attributeInformation) -
Uses of AttributeSource in org.hibernate.tuple.component
Classes in org.hibernate.tuple.component that implement AttributeSource Modifier and Type Class Description classAbstractCompositionAttributeA base class for a composite, non-identifier attribute.classCompositionBasedCompositionAttributeConstructors in org.hibernate.tuple.component with parameters of type AttributeSource Constructor Description AbstractCompositionAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int entityBasedAttributeNumber, java.lang.String attributeName, CompositeType attributeType, int columnStartPosition, BaselineAttributeInformation baselineInfo)CompositeBasedBasicAttribute(AttributeSource source, SessionFactoryImplementor sessionFactory, int attributeNumber, java.lang.String attributeName, Type attributeType, BaselineAttributeInformation baselineInfo) -
Uses of AttributeSource in org.hibernate.tuple.entity
Classes in org.hibernate.tuple.entity that implement AttributeSource Modifier and Type Class Description classEntityBasedCompositionAttribute
-