Class VirtualIdRepresentationStrategy
- java.lang.Object
-
- org.hibernate.metamodel.mapping.internal.VirtualIdRepresentationStrategy
-
- All Implemented Interfaces:
EmbeddableRepresentationStrategy,ManagedTypeRepresentationStrategy
public class VirtualIdRepresentationStrategy extends Object implements EmbeddableRepresentationStrategy
-
-
Constructor Summary
Constructors Constructor Description VirtualIdRepresentationStrategy(VirtualIdEmbeddable virtualIdEmbeddable, EntityMappingType entityMappingType, Component bootDescriptor, RuntimeModelCreationContext creationContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmbeddableInstantiatorgetInstantiator()Create a delegate capable of instantiating instances of the represented type.JavaType<?>getMappedJavaType()The Java type descriptor for the concrete type.RepresentationModegetMode()The mode representedReflectionOptimizergetReflectionOptimizer()The reflection optimizer to use for this embeddable.PropertyAccessresolvePropertyAccess(Property bootAttributeDescriptor)Create the property accessor object for the specified attribute
-
-
-
Constructor Detail
-
VirtualIdRepresentationStrategy
public VirtualIdRepresentationStrategy(VirtualIdEmbeddable virtualIdEmbeddable, EntityMappingType entityMappingType, Component bootDescriptor, RuntimeModelCreationContext creationContext)
-
-
Method Detail
-
getInstantiator
public EmbeddableInstantiator getInstantiator()
Description copied from interface:EmbeddableRepresentationStrategyCreate a delegate capable of instantiating instances of the represented type.- Specified by:
getInstantiatorin interfaceEmbeddableRepresentationStrategy
-
getMode
public RepresentationMode getMode()
Description copied from interface:ManagedTypeRepresentationStrategyThe mode represented- Specified by:
getModein interfaceManagedTypeRepresentationStrategy
-
getReflectionOptimizer
public ReflectionOptimizer getReflectionOptimizer()
Description copied from interface:EmbeddableRepresentationStrategyThe reflection optimizer to use for this embeddable. https://hibernate.atlassian.net/browse/HHH-14952- Specified by:
getReflectionOptimizerin interfaceEmbeddableRepresentationStrategy- Specified by:
getReflectionOptimizerin interfaceManagedTypeRepresentationStrategy
-
getMappedJavaType
public JavaType<?> getMappedJavaType()
Description copied from interface:ManagedTypeRepresentationStrategyThe Java type descriptor for the concrete type. For dynamic-map models this will return the JTD for java.util.Map- Specified by:
getMappedJavaTypein interfaceManagedTypeRepresentationStrategy
-
resolvePropertyAccess
public PropertyAccess resolvePropertyAccess(Property bootAttributeDescriptor)
Description copied from interface:ManagedTypeRepresentationStrategyCreate the property accessor object for the specified attribute- Specified by:
resolvePropertyAccessin interfaceManagedTypeRepresentationStrategy
-
-