Uses of Interface
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
Packages that use EmbeddableRepresentationStrategy
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).
An SPI supporting custom instantiation of
entity instances and
embeddable objects.
-
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddableRepresentationStrategy -
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EmbeddableRepresentationStrategyModifier and TypeMethodDescriptionManagedTypeRepresentationResolver.resolveStrategy
(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptor, RuntimeModelCreationContext creationContext) Resolve the strategy to use for the given embeddable