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.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableRepresentationStrategyModifier and TypeClassDescriptionclass
class
Methods in org.hibernate.metamodel.internal that return EmbeddableRepresentationStrategyModifier and TypeMethodDescriptionManagedTypeRepresentationResolverStandard.resolveStrategy
(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess, RuntimeModelCreationContext creationContext) -
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddableRepresentationStrategy -
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableRepresentationStrategyModifier and TypeClassDescriptionclass
EmbeddableRepresentationStrategy for an IdClass mappingclass
Methods in org.hibernate.metamodel.mapping.internal that return EmbeddableRepresentationStrategyModifier and TypeMethodDescriptionEmbeddableMappingTypeImpl.getRepresentationStrategy()
IdClassEmbeddable.getRepresentationStrategy()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableRepresentationStrategyModifier and TypeMethodDescriptionprotected boolean
AbstractEmbeddableMapping.finishInitialization
(NavigableRole navigableRole, Component bootDescriptor, CompositeType compositeType, String rootTableExpression, String[] rootTableKeyColumnNames, EmbeddableMappingType declarer, EmbeddableRepresentationStrategy representationStrategy, AbstractEmbeddableMapping.AttributeTypeValidator attributeTypeValidator, AbstractEmbeddableMapping.ConcreteTableResolver concreteTableResolver, Consumer<AttributeMapping> attributeConsumer, AbstractEmbeddableMapping.SuccessfulCompletionCallback completionCallback, MappingModelCreationProcess creationProcess) -
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 -
Uses of EmbeddableRepresentationStrategy in org.hibernate.query.derived
Methods in org.hibernate.query.derived that return EmbeddableRepresentationStrategyModifier and TypeMethodDescriptionAnonymousTupleEmbeddableValuedModelPart.getRepresentationStrategy()