Uses of Interface
org.hibernate.metamodel.spi.EmbeddableRepresentationStrategy
-
Packages that use EmbeddableRepresentationStrategy Package Description org.hibernate.metamodel.internal org.hibernate.metamodel.mapping Hibernate's run-time mapping model.org.hibernate.metamodel.mapping.internal org.hibernate.metamodel.spi 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 classAbstractEmbeddableRepresentationStrategyclassEmbeddableRepresentationStrategyMapclassEmbeddableRepresentationStrategyPojoMethods in org.hibernate.metamodel.internal that return EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategyManagedTypeRepresentationResolverStandard. 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 EmbeddableRepresentationStrategyEmbeddableMappingType. 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 classIdClassRepresentationStrategyEmbeddableRepresentationStrategy for an IdClass mappingclassVirtualIdRepresentationStrategyMethods in org.hibernate.metamodel.mapping.internal that return EmbeddableRepresentationStrategy Modifier and Type Method Description EmbeddableRepresentationStrategyEmbeddableMappingTypeImpl. getRepresentationStrategy()EmbeddableRepresentationStrategyIdClassEmbeddable. getRepresentationStrategy()Methods in org.hibernate.metamodel.mapping.internal with parameters of type EmbeddableRepresentationStrategy Modifier and Type Method Description protected static booleanAbstractEmbeddableMapping. 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 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()
-