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 FetchableContainer
HbmResultSetMappingDescriptor.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 interface
PostInsertIdentityPersister
Deprecated, for removal: This API element is subject to removal in a future version.UseEntityPersister
instead. -
Uses of FetchableContainer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchableContainer Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base 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 interface
CompositeIdentifierMapping
Mapping for a composite identifierinterface
DiscriminatedAssociationModelPart
A discriminated association.interface
EmbeddableMappingType
Describes an embeddable - the actual typeinterface
EmbeddableValuedModelPart
Describes the mapping of an embeddable (composite).interface
EntityMappingType
Mapping of an entityinterface
EntityValuedModelPart
interface
ManagedMappingType
Mapping-model corollary toManagedType
interface
NonAggregatedIdentifierMapping
A "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 interface
NonAggregatedIdentifierMapping.IdentifierValueMapper
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
PluralAttributeMapping
Mapping 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 interface
EntityCollectionPart
An entity-valued collection-part.interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement FetchableContainer Modifier and Type Class Description class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType implementationsclass
AbstractEntityCollectionPart
Base support for EntityCollectionPart implementationsclass
CompoundNaturalIdMapping
Multi-attribute NaturalIdMapping implementationclass
DiscriminatedAssociationAttributeMapping
Singular, any-valued attributeclass
DiscriminatedCollectionPart
class
EmbeddableMappingTypeImpl
Describes a "normal" embeddable.class
EmbeddedAttributeMapping
class
EmbeddedCollectionPart
class
EmbeddedIdentifierMappingImpl
Support forEmbeddedId
class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
ManyToManyCollectionPart
Entity-valued collection-part mapped through a join table.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
OneToManyCollectionPart
order( id, ...class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
class
VirtualIdEmbeddable
Embeddable 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 FetchableContainer
CompoundNaturalIdMapping.DomainResultImpl. getReferencedMappingContainer()
FetchableContainer
CompoundNaturalIdMapping.DomainResultImpl. getReferencedMappingType()
-
Uses of FetchableContainer in org.hibernate.persister.entity
Subinterfaces of FetchableContainer in org.hibernate.persister.entity Modifier and Type Interface Description interface
DeprecatedEntityStuff
Deprecated.Just used to singly extend all the deprecated entity persister rolesinterface
EntityPersister
A strategy for persisting a mapped entity class.interface
Loadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Lockable
Deprecated, for removal: This API element is subject to removal in a future version.interface
OuterJoinLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
Queryable
Deprecated.UseEntityMappingType
insteadinterface
SQLLoadable
Deprecated, for removal: This API element is subject to removal in a future version.interface
UniqueKeyLoadable
Classes in org.hibernate.persister.entity that implement FetchableContainer Modifier and Type Class Description class
AbstractEntityPersister
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
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 FetchableContainer in org.hibernate.processor.validation
Classes in org.hibernate.processor.validation that implement FetchableContainer Modifier and Type Class Description class
MockEntityPersister
static class
ProcessorSessionFactory.EntityPersister
-
Uses of FetchableContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchableContainer Modifier and Type Class Description class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleEntityValuedModelPart
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
-
Uses of FetchableContainer in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return FetchableContainer Modifier and Type Method Description FetchableContainer
FetchMementoHbmStandard.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 FetchableContainer
AbstractFetchParent. getFetchContainer()
FetchableContainer
AbstractFetchParent. getReferencedMappingContainer()
FetchableContainer
FetchParent. getReferencedMappingContainer()
This parent's mapping typeFetchableContainer
FetchParent. 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 FetchableContainer
CollectionDomainResult. getReferencedMappingContainer()
FetchableContainer
CollectionDomainResult. 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 interface
EmbeddableValuedFetchable
-
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 interface
EntityValuedFetchable
Fetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return FetchableContainer Modifier and Type Method Description FetchableContainer
AbstractEntityResultGraphNode. 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 FetchableContainer
EntityResultImpl. 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)
-