Interface JpaAttributeConverterCreationContext
-
public interface JpaAttributeConverterCreationContext
Access 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 JavaTypeRegistry
getJavaTypeRegistry()
ManagedBeanRegistry
getManagedBeanRegistry()
TypeConfiguration
getTypeConfiguration()
-
-
-
Method Detail
-
getManagedBeanRegistry
ManagedBeanRegistry getManagedBeanRegistry()
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration()
-
getJavaTypeRegistry
default JavaTypeRegistry getJavaTypeRegistry()
-
-