Uses of Interface
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
-
Packages that use EmbeddableRepresentationStrategy Package Description org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.spi 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()
-