Uses of Interface
org.hibernate.sql.results.graph.FetchableContainer
-
-
Uses of FetchableContainer in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return FetchableContainer Modifier and Type Method Description FetchableContainerHbmResultSetMappingDescriptor.HbmFetchParentMemento. getFetchableContainer()Constructors in org.hibernate.boot.query with parameters of type FetchableContainer Constructor Description HbmFetchParentMemento(NavigablePath navigablePath, FetchableContainer fetchableContainer) -
Uses of FetchableContainer in org.hibernate.id
Subinterfaces of FetchableContainer in org.hibernate.id Modifier and Type Interface Description interfacePostInsertIdentityPersisterA persister that may have an identity assigned by execution of a SQLINSERT. -
Uses of FetchableContainer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchableContainer Modifier and Type Class Description classAbstractCompositeIdentifierMappingBase implementation for composite identifier mappings -
Uses of FetchableContainer in org.hibernate.metamodel.mapping
Subinterfaces of FetchableContainer in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceCompositeIdentifierMappingMapping for a composite identifierinterfaceDiscriminatedAssociationModelPartA discriminated association.interfaceEmbeddableMappingTypeDescribes an embeddable - the actual typeinterfaceEmbeddableValuedModelPartDescribes the mapping of an embeddable (composite).interfaceEntityMappingTypeMapping of an entityinterfaceEntityValuedModelPartinterfaceManagedMappingTypeMapping-model corollary toManagedTypeinterfaceNonAggregatedIdentifierMappingA "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like an aggregated mapping does.static interfaceNonAggregatedIdentifierMapping.IdentifierValueMapperThink of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterfacePluralAttributeMappingMapping of a plural (collection-valued) attribute -
Uses of FetchableContainer in org.hibernate.metamodel.mapping.internal
Subinterfaces of FetchableContainer in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interfaceEntityCollectionPartAn entity-valued collection-part.interfaceInFlightEntityMappingTypeClasses in org.hibernate.metamodel.mapping.internal that implement FetchableContainer Modifier and Type Class Description classAbstractEmbeddableMappingBase support for EmbeddableMappingType implementationsclassAbstractEntityCollectionPartBase support for EntityCollectionPart implementationsclassCompoundNaturalIdMappingMulti-attribute NaturalIdMapping implementationclassDiscriminatedAssociationAttributeMappingSingular, any-valued attributeclassDiscriminatedCollectionPartclassEmbeddableMappingTypeImplDescribes a "normal" embeddable.classEmbeddedAttributeMappingclassEmbeddedCollectionPartclassEmbeddedIdentifierMappingImplSupport forEmbeddedIdclassIdClassEmbeddableEmbeddableMappingType implementation describing anIdClassclassInverseNonAggregatedIdentifierMappingThe inverse part of a "non-aggregated" composite identifier.classManyToManyCollectionPartEntity-valued collection-part mapped through a join table.classNonAggregatedIdentifierMappingImplA "non-aggregated" composite identifier.classOneToManyCollectionPartorder( id, ...classPluralAttributeMappingImplclassToOneAttributeMappingclassVirtualEmbeddedAttributeMappingclassVirtualIdEmbeddableEmbeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return FetchableContainer Modifier and Type Method Description FetchableContainerCompoundNaturalIdMapping.DomainResultImpl. getReferencedMappingContainer()FetchableContainerCompoundNaturalIdMapping.DomainResultImpl. getReferencedMappingType() -
Uses of FetchableContainer in org.hibernate.persister.entity
Subinterfaces of FetchableContainer in org.hibernate.persister.entity Modifier and Type Interface Description interfaceDeprecatedEntityStuffDeprecated.Just used to singly extend all the deprecated entity persister rolesinterfaceEntityPersisterA strategy for persisting a mapped entity class.interfaceLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceLockableDeprecated, for removal: This API element is subject to removal in a future version.interfaceOuterJoinLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceQueryableDeprecated.UseEntityMappingTypeinsteadinterfaceSQLLoadableDeprecated, for removal: This API element is subject to removal in a future version.interfaceUniqueKeyLoadableClasses in org.hibernate.persister.entity that implement FetchableContainer Modifier and Type Class Description classAbstractEntityPersisterBasic functionality for persisting an entity via JDBC, using either generated or custom SQL.classJoinedSubclassEntityPersisterAnEntityPersisterimplementing the normalizedInheritanceType.JOINEDinheritance mapping strategy for an entity and its inheritance hierarchy.classSingleTableEntityPersisterThe default implementation of theEntityPersisterinterface.classUnionSubclassEntityPersisterAnEntityPersisterimplementing theInheritanceType.TABLE_PER_CLASSmapping strategy for an entity and its inheritance hierarchy. -
Uses of FetchableContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchableContainer Modifier and Type Class Description classAnonymousTupleEmbeddableValuedModelPartclassAnonymousTupleEmbeddedEntityIdentifierMappingclassAnonymousTupleEntityValuedModelPartclassAnonymousTupleNonAggregatedEntityIdentifierMapping -
Uses of FetchableContainer in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return FetchableContainer Modifier and Type Method Description FetchableContainerFetchMementoHbmStandard.FetchParentMemento. getFetchableContainer() -
Uses of FetchableContainer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchableContainer Modifier and Type Method Description abstract FetchableContainerAbstractFetchParent. getFetchContainer()FetchableContainerAbstractFetchParent. getReferencedMappingContainer()FetchableContainerFetchParent. getReferencedMappingContainer()This parent's mapping typeFetchableContainerFetchParent. getReferencedMappingType()This parent's mapping type -
Uses of FetchableContainer in org.hibernate.sql.results.graph.collection.internal
Methods in org.hibernate.sql.results.graph.collection.internal that return FetchableContainer Modifier and Type Method Description FetchableContainerCollectionDomainResult. getReferencedMappingContainer()FetchableContainerEagerCollectionFetch. getReferencedMappingContainer()FetchableContainerCollectionDomainResult. getReferencedMappingType() -
Uses of FetchableContainer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of FetchableContainer in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interfaceEmbeddableValuedFetchable -
Uses of FetchableContainer in org.hibernate.sql.results.graph.entity
Subinterfaces of FetchableContainer in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interfaceEntityValuedFetchableFetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return FetchableContainer Modifier and Type Method Description FetchableContainerAbstractEntityResultGraphNode. getFetchContainer()FetchableContainerAbstractNonLazyEntityFetch. getFetchContainer() -
Uses of FetchableContainer in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return FetchableContainer Modifier and Type Method Description FetchableContainerEntityResultImpl. getReferencedMappingType() -
Uses of FetchableContainer in org.hibernate.sql.results.graph.internal
Constructors in org.hibernate.sql.results.graph.internal with parameters of type FetchableContainer Constructor Description Builder(FetchableContainer container)
-