Interface JpaAttributeConverterCreationContext
-
public interface JpaAttributeConverterCreationContextAccess to information that implementors ofConverterDescriptor.createJpaAttributeConverter(org.hibernate.boot.model.convert.spi.JpaAttributeConverterCreationContext)might need
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default JavaTypeRegistrygetJavaTypeRegistry()ManagedBeanRegistrygetManagedBeanRegistry()TypeConfigurationgetTypeConfiguration()
-
-
-
Method Detail
-
getManagedBeanRegistry
ManagedBeanRegistry getManagedBeanRegistry()
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration()
-
getJavaTypeRegistry
default JavaTypeRegistry getJavaTypeRegistry()
-
-