Uses of Interface
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
-
Packages that use EmbeddableRepresentationStrategy 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.metamodel.spi An SPI supporting custom instantiation of entity instances and embeddable objects.org.hibernate.query.derived -
-
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.mapping
Methods in org.hibernate.metamodel.mapping that return EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategyEmbeddableMappingType. getRepresentationStrategy() -
Uses of EmbeddableRepresentationStrategy in org.hibernate.metamodel.spi
Methods in org.hibernate.metamodel.spi that return EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategyManagedTypeRepresentationResolver. 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 EmbeddableRepresentationStrategyAnonymousTupleEmbeddableValuedModelPart. getRepresentationStrategy()
-