Uses of Interface
org.hibernate.metamodel.mapping.ModelPartContainer
-
Packages that use ModelPartContainer Package Description org.hibernate.id org.hibernate.loader.ast.spi org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.persister.entity org.hibernate.query.derived org.hibernate.query.results Support for defining result-set mappings used inNativeQuery
andProcedureCall
/StoredProcedureQuery
.org.hibernate.sql.ast.tree.from org.hibernate.sql.results.graph org.hibernate.sql.results.graph.embeddable org.hibernate.sql.results.graph.entity -
-
Uses of ModelPartContainer in org.hibernate.id
Subinterfaces of ModelPartContainer 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 ModelPartContainer in org.hibernate.loader.ast.spi
Subinterfaces of ModelPartContainer in org.hibernate.loader.ast.spi Modifier and Type Interface Description interface
Loadable
Contract for things that can be loaded by a Loader. -
Uses of ModelPartContainer in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement ModelPartContainer Modifier and Type Class Description class
AbstractCompositeIdentifierMapping
Base implementation for composite identifier mappings -
Uses of ModelPartContainer in org.hibernate.metamodel.mapping
Subinterfaces of ModelPartContainer in org.hibernate.metamodel.mapping Modifier and Type Interface Description interface
DiscriminatedAssociationModelPart
A discriminated association.interface
EmbeddableMappingType
Describes an embeddable - the actual typeinterface
EmbeddableValuedModelPart
Describes the mapping of an embeddable (composite).interface
EntityAssociationMapping
Commonality between `many-to-one`, `one-to-one` and `any`, as well as entity-valued collection elements and map-keysinterface
EntityMappingType
Mapping of an entityinterface
EntityValuedModelPart
Entity-valued model partManyToOne
OneToOne
entity-valued collection element entity-valued Map keyinterface
ManagedMappingType
Commonality in regards to the mapping type system for all managed domain types - entity types, mapped-superclass types, composite types, etcinterface
NonAggregatedIdentifierMapping
A "non-aggregated" composite identifier, which means that the entity itself does not define a singular representation of its identifier like anEmbeddedId
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 ModelPartContainer in org.hibernate.metamodel.mapping.internal
Subinterfaces of ModelPartContainer in org.hibernate.metamodel.mapping.internal Modifier and Type Interface Description interface
InFlightEntityMappingType
Classes in org.hibernate.metamodel.mapping.internal that implement ModelPartContainer Modifier and Type Class Description class
AbstractEmbeddableMapping
Base support for EmbeddableMappingType 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
EntityCollectionPart
class
IdClassEmbeddable
EmbeddableMappingType implementation describing anIdClass
class
InverseNonAggregatedIdentifierMapping
The inverse part of a "non-aggregated" composite identifier.class
NonAggregatedIdentifierMappingImpl
A "non-aggregated" composite identifier.class
PluralAttributeMappingImpl
class
ToOneAttributeMapping
class
VirtualEmbeddedAttributeMapping
class
VirtualIdEmbeddable
Embeddable describing the virtual-id aspect of a non-aggregated composite id -
Uses of ModelPartContainer in org.hibernate.persister.entity
Subinterfaces of ModelPartContainer 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 ModelPartContainer 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 ModelPartContainer in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement ModelPartContainer Modifier and Type Class Description class
AnonymousTupleEmbeddableValuedModelPart
class
AnonymousTupleEmbeddedEntityIdentifierMapping
class
AnonymousTupleEntityValuedModelPart
class
AnonymousTupleNonAggregatedEntityIdentifierMapping
class
AnonymousTupleTableGroupProducer
The table group producer for an anonymous tuple type. -
Uses of ModelPartContainer in org.hibernate.query.results
Constructors in org.hibernate.query.results with parameters of type ModelPartContainer Constructor Description TableGroupImpl(NavigablePath navigablePath, String alias, TableReference primaryTableReference, ModelPartContainer container)
-
Uses of ModelPartContainer in org.hibernate.sql.ast.tree.from
Subinterfaces of ModelPartContainer in org.hibernate.sql.ast.tree.from Modifier and Type Interface Description interface
RootTableGroupProducer
Contract for things that can produce theTableGroup
that is the root of a from-clauseinterface
TableGroupJoinProducer
interface
TableGroupProducer
Marker interface for anything which produces a TableGroupMethods in org.hibernate.sql.ast.tree.from that return ModelPartContainer Modifier and Type Method Description ModelPartContainer
MappedByTableGroup. getExpressionType()
ModelPartContainer
StandardVirtualTableGroup. getExpressionType()
ModelPartContainer
SyntheticVirtualTableGroup. getExpressionType()
ModelPartContainer
AbstractTableGroup. getModelPart()
ModelPartContainer
DelegatingTableGroup. getModelPart()
ModelPartContainer
MappedByTableGroup. getModelPart()
ModelPartContainer
MutatingTableReferenceGroupWrapper. getModelPart()
ModelPartContainer
TableGroup. getModelPart()
Constructors in org.hibernate.sql.ast.tree.from with parameters of type ModelPartContainer Constructor Description AbstractTableGroup(boolean canUseInnerJoins, NavigablePath navigablePath, ModelPartContainer modelPartContainer, String sourceAlias, SqlAliasBase sqlAliasBase, SessionFactoryImplementor sessionFactory)
MappedByTableGroup(NavigablePath navigablePath, ModelPartContainer modelPart, TableGroup underlyingTableGroup, boolean fetched, TableGroup parentTableGroup, BiPredicate<NavigablePath,String> navigablePathChecker)
MutatingTableReferenceGroupWrapper(NavigablePath navigablePath, ModelPartContainer modelPart, NamedTableReference mutatingTableReference)
StandardVirtualTableGroup(NavigablePath navigablePath, ModelPartContainer modelPart, TableGroup underlyingTableGroup, boolean fetched)
SyntheticVirtualTableGroup(NavigablePath navigablePath, ModelPartContainer modelPart, TableGroup underlyingTableGroup)
-
Uses of ModelPartContainer in org.hibernate.sql.results.graph
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph Modifier and Type Interface Description interface
FetchableContainer
Container ofFetchable
references -
Uses of ModelPartContainer in org.hibernate.sql.results.graph.embeddable
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph.embeddable Modifier and Type Interface Description interface
EmbeddableValuedFetchable
-
Uses of ModelPartContainer in org.hibernate.sql.results.graph.entity
Subinterfaces of ModelPartContainer in org.hibernate.sql.results.graph.entity Modifier and Type Interface Description interface
EntityValuedFetchable
Fetchable which is entity-valued
-