Uses of Interface
org.hibernate.metamodel.mapping.EmbeddableValuedModelPart
Packages that use EmbeddableValuedModelPart
Package
Description
This package defines an API for accessing the runtime metamodel describing persistent
entities in Java and their mappings to the relational database schema.
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 performing mutation operations originating
from persistence-context events.
A Hibernate
Type
is a strategy for mapping a Java
property type to a JDBC type or types.Defines a registry for Hibernate
Type
s.-
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel
Methods in org.hibernate.metamodel that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionMappingMetamodel.getEmbeddableValuedModelPart
(NavigableRole role) Get an EmbeddableMappingType based on its NavigableRole. -
Uses of EmbeddableValuedModelPart in org.hibernate.metamodel.mapping
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.metamodel.mappingModifier and TypeInterfaceDescriptioninterface
Mapping for a composite identifierinterface
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.Methods in org.hibernate.metamodel.mapping that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionNonAggregatedIdentifierMapping.IdentifierValueMapper.getEmbeddedPart()
EmbeddableMappingType.getEmbeddedValueMapping()
-
Uses of EmbeddableValuedModelPart in org.hibernate.persister.entity.mutation
Constructors in org.hibernate.persister.entity.mutation with parameters of type EmbeddableValuedModelPartModifierConstructorDescriptionCompositeKeyMapping
(List<EntityTableMapping.KeyColumn> keyColumns, EmbeddableValuedModelPart identifierPart) -
Uses of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddable
Subinterfaces of EmbeddableValuedModelPart in org.hibernate.sql.results.graph.embeddableMethods in org.hibernate.sql.results.graph.embeddable that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionEmbeddableInitializer.getInitializedPart()
EmbeddableResultGraphNode.getReferencedMappingContainer()
-
Uses of EmbeddableValuedModelPart in org.hibernate.type
Methods in org.hibernate.type that return EmbeddableValuedModelPartModifier and TypeMethodDescriptionComponentType.getMappingModelPart()
ComponentType.mappingModelPart()
Methods in org.hibernate.type with parameters of type EmbeddableValuedModelPartModifier and TypeMethodDescriptionvoid
ComponentType.injectMappingModelPart
(EmbeddableValuedModelPart part, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess process) -
Uses of EmbeddableValuedModelPart in org.hibernate.type.spi
Methods in org.hibernate.type.spi that return EmbeddableValuedModelPartMethods in org.hibernate.type.spi with parameters of type EmbeddableValuedModelPartModifier and TypeMethodDescriptionvoid
CompositeTypeImplementor.injectMappingModelPart
(EmbeddableValuedModelPart part, org.hibernate.metamodel.mapping.internal.MappingModelCreationProcess process)