Uses of Interface
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
-
Packages that use EmbeddableRepresentationStrategy Package Description org.hibernate.metamodel.internal 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.metamodel.mapping.internal org.hibernate.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.derived -
-
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.internal
Classes in org.hibernate.metamodel.internal that implement EmbeddableRepresentationStrategy Modifier and Type Class Description class
EmbeddableRepresentationStrategyMap
class
EmbeddableRepresentationStrategyPojo
Methods in org.hibernate.metamodel.internal that return EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategy
ManagedTypeRepresentationResolverStandard. 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 Modifier and Type Method Description EmbeddableRepresentationStrategy
EmbeddableMappingType. getRepresentationStrategy()
-
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.mapping.internal
Classes in org.hibernate.metamodel.mapping.internal that implement EmbeddableRepresentationStrategy Modifier and Type Class Description class
IdClassRepresentationStrategy
EmbeddableRepresentationStrategy for an IdClass mappingclass
VirtualIdRepresentationStrategy
Methods in org.hibernate.metamodel.mapping.internal that return EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategy
EmbeddableMappingTypeImpl. getRepresentationStrategy()
EmbeddableRepresentationStrategy
IdClassEmbeddable. getRepresentationStrategy()
Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableRepresentationStrategy Modifier and Type Method Description protected 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 EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategy
ManagedTypeRepresentationResolver. 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 EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategy
AnonymousTupleEmbeddableValuedModelPart. getRepresentationStrategy()
-