Uses of Interface
org.hibernate.sql.results.graph.FetchableContainer
Packages that use FetchableContainer
Package
Description
Support for handling named queries during the bootstrap process.
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
This package abstracts persistence mechanisms for entities.
Validation for HQL queries.
Defines domain result graphs.
-
Uses of FetchableContainer in org.hibernate.boot.query
Methods in org.hibernate.boot.query that return FetchableContainerModifier and TypeMethodDescriptionHbmResultSetMappingDescriptor.HbmFetchParentMemento.getFetchableContainer()
Constructors in org.hibernate.boot.query with parameters of type FetchableContainerModifierConstructorDescriptionHbmFetchParentMemento
(NavigablePath navigablePath, FetchableContainer fetchableContainer) -
Uses of FetchableContainer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement FetchableContainerModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of FetchableContainer in org.hibernate.metamodel.mapping
Subinterfaces of FetchableContainer in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a composite identifierinterface
A discriminated association.interface
Describes an embeddable - the actual typeinterface
Describes the mapping of an embeddable (composite).interface
Mapping of an entityinterface
interface
Mapping-model corollary toManagedType
interface
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
Think of an AttributeConverter for id values to account for representation difference between virtual and id-class mappingsinterface
Mapping of a plural (collection-valued) attribute -
Uses of FetchableContainer in org.hibernate.metamodel.mapping.internal
Subinterfaces of FetchableContainer in org.hibernate.metamodel.mapping.internalModifier and TypeInterfaceDescriptioninterface
An entity-valued collection-part.interface
Defines the ability to perform post-creation processing for entity mappings.Classes in org.hibernate.metamodel.mapping.internal that implement FetchableContainerModifier and TypeClassDescriptionclass
Base support for EmbeddableMappingType implementationsclass
Base support for EntityCollectionPart implementationsclass
Multi-attribute NaturalIdMapping implementationclass
Singular, any-valued attributeclass
class
Describes a "normal" embeddable.class
class
class
Support forEmbeddedId
class
EmbeddableMappingType implementation describing anIdClass
class
The inverse part of a "non-aggregated" composite identifier.class
Entity-valued collection-part mapped through a join table.class
A "non-aggregated" composite identifier.class
order( id, ...class
class
class
class
Embeddable describing the virtual-id aspect of a non-aggregated composite idMethods in org.hibernate.metamodel.mapping.internal that return FetchableContainerModifier and TypeMethodDescriptionCompoundNaturalIdMapping.DomainResultImpl.getReferencedMappingContainer()
CompoundNaturalIdMapping.DomainResultImpl.getReferencedMappingType()
-
Uses of FetchableContainer in org.hibernate.persister.entity
Subinterfaces of FetchableContainer in org.hibernate.persister.entityClasses in org.hibernate.persister.entity that implement FetchableContainerModifier and TypeClassDescriptionclass
Basic functionality for persisting an entity via JDBC, using either generated or custom SQL.class
AnEntityPersister
implementing the normalizedInheritanceType.JOINED
inheritance mapping strategy for an entity and its inheritance hierarchy.class
The default implementation of theEntityPersister
interface.class
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 FetchableContainerModifier and TypeClassDescriptionclass
static class
-
Uses of FetchableContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement FetchableContainerModifier and TypeClassDescriptionclass
class
class
class
-
Uses of FetchableContainer in org.hibernate.query.internal
Methods in org.hibernate.query.internal that return FetchableContainerModifier and TypeMethodDescriptionFetchMementoHbmStandard.FetchParentMemento.getFetchableContainer()
-
Uses of FetchableContainer in org.hibernate.sql.results.graph
Methods in org.hibernate.sql.results.graph that return FetchableContainerModifier and TypeMethodDescriptionabstract FetchableContainer
AbstractFetchParent.getFetchContainer()
AbstractFetchParent.getReferencedMappingContainer()
FetchParent.getReferencedMappingContainer()
This parent's mapping typeFetchParent.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 FetchableContainerModifier and TypeMethodDescriptionCollectionDomainResult.getReferencedMappingContainer()
CollectionDomainResult.getReferencedMappingType()
-
Uses of FetchableContainer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of FetchableContainer in org.hibernate.sql.results.graph.embeddable -
Uses of FetchableContainer in org.hibernate.sql.results.graph.entity
Subinterfaces of FetchableContainer in org.hibernate.sql.results.graph.entityModifier and TypeInterfaceDescriptioninterface
Fetchable which is entity-valuedMethods in org.hibernate.sql.results.graph.entity that return FetchableContainer -
Uses of FetchableContainer in org.hibernate.sql.results.graph.entity.internal
Methods in org.hibernate.sql.results.graph.entity.internal that return FetchableContainer -
Uses of FetchableContainer in org.hibernate.sql.results.graph.internal
Constructors in org.hibernate.sql.results.graph.internal with parameters of type FetchableContainer