Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
Packages that use EmbeddableValuedFetchable
Package
Description
Defines the runtime mapping metamodel, which describes the mapping
of the application's domain model parts (entities, attributes) to
relational database objects (tables, columns).
Defines support for implicit ResultSet mappings.
-
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableValuedFetchableModifier and TypeClassDescriptionclass
Base implementation for composite identifier mappings -
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedFetchable in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
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. -
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableValuedFetchableModifier and TypeClassDescriptionclass
class
class
Support forEmbeddedId
class
The inverse part of a "non-aggregated" composite identifier.class
A "non-aggregated" composite identifier.class
-
Uses of EmbeddableValuedFetchable in org.hibernate.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedFetchable -
Uses of EmbeddableValuedFetchable in org.hibernate.query.results.internal.implicit
Constructors in org.hibernate.query.results.internal.implicit with parameters of type EmbeddableValuedFetchableModifierConstructorDescriptionImplicitFetchBuilderEmbeddable
(NavigablePath fetchPath, EmbeddableValuedFetchable fetchable, DomainResultCreationState creationState) -
Uses of EmbeddableValuedFetchable in org.hibernate.sql.results.graph.embeddable.internal
Constructors in org.hibernate.sql.results.graph.embeddable.internal with parameters of type EmbeddableValuedFetchableModifierConstructorDescriptionAggregateEmbeddableFetchImpl
(NavigablePath navigablePath, EmbeddableValuedFetchable embeddedPartDescriptor, FetchParent fetchParent, FetchTiming fetchTiming, boolean hasTableGroup, DomainResultCreationState creationState) EmbeddableFetchImpl
(NavigablePath navigablePath, EmbeddableValuedFetchable embeddedPartDescriptor, FetchParent fetchParent, FetchTiming fetchTiming, boolean hasTableGroup, DomainResultCreationState creationState)