Package org.hibernate.metamodel.internal
Class ManagedTypeRepresentationResolverStandard
- java.lang.Object
-
- org.hibernate.metamodel.internal.ManagedTypeRepresentationResolverStandard
-
- All Implemented Interfaces:
ManagedTypeRepresentationResolver
public class ManagedTypeRepresentationResolverStandard extends Object implements ManagedTypeRepresentationResolver
-
-
Field Summary
Fields Modifier and Type Field Description static ManagedTypeRepresentationResolverStandard
INSTANCE
Singleton access
-
Constructor Summary
Constructors Constructor Description ManagedTypeRepresentationResolverStandard()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddableRepresentationStrategy
resolveStrategy(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess, RuntimeModelCreationContext creationContext)
Resolve the strategy to use for the given embeddableEntityRepresentationStrategy
resolveStrategy(PersistentClass bootDescriptor, EntityPersister runtimeDescriptor, RuntimeModelCreationContext creationContext)
Resolve the strategy to use for the given entity
-
-
-
Field Detail
-
INSTANCE
public static final ManagedTypeRepresentationResolverStandard INSTANCE
Singleton access
-
-
Method Detail
-
resolveStrategy
public EntityRepresentationStrategy resolveStrategy(PersistentClass bootDescriptor, EntityPersister runtimeDescriptor, RuntimeModelCreationContext creationContext)
Description copied from interface:ManagedTypeRepresentationResolver
Resolve the strategy to use for the given entity- Specified by:
resolveStrategy
in interfaceManagedTypeRepresentationResolver
-
resolveStrategy
public EmbeddableRepresentationStrategy resolveStrategy(Component bootDescriptor, Supplier<EmbeddableMappingType> runtimeDescriptorAccess, RuntimeModelCreationContext creationContext)
Description copied from interface:ManagedTypeRepresentationResolver
Resolve the strategy to use for the given embeddable- Specified by:
resolveStrategy
in interfaceManagedTypeRepresentationResolver
-
-