Uses of Interface
org.hibernate.sql.results.graph.embeddable.EmbeddableValuedFetchable
-
Packages that use EmbeddableValuedFetchable Package Description org.hibernate.metamodel.mapping Defines the runtime mapping metamodel, which describes the mapping of the application's domain model parts (entities, attributes) to relational database objects (tables, columns).org.hibernate.query.derived org.hibernate.query.results.implicit Defines support for implicit ResultSet mappings. -
-
Uses of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedFetchable in org.hibernate.metamodel.mapping Modifier and Type Interface Description interfaceNonAggregatedIdentifierMappingA "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.query.derived
Classes in org.hibernate.query.derived that implement EmbeddableValuedFetchable Modifier and Type Class Description classAnonymousTupleNonAggregatedEntityIdentifierMapping -
Uses of EmbeddableValuedFetchable in org.hibernate.query.results.implicit
Constructors in org.hibernate.query.results.implicit with parameters of type EmbeddableValuedFetchable Constructor Description ImplicitFetchBuilderEmbeddable(NavigablePath fetchPath, EmbeddableValuedFetchable fetchable, DomainResultCreationState creationState)
-