Package org.hibernate.type.spi
Interface TypeConfigurationAware
-
- All Known Implementing Classes:
EnumType,UserTypeLegacyBridge,UserTypeSupport
public interface TypeConfigurationAwareOptional contract for aTypewhich is aware of its scoping to aTypeConfigurationand which receives access to theTypeConfigurationto which it is scoped.For additional information about scoping, see
TypeConfiguration.- API Note:
- A
Typewhich implementsTypeConfigurationAwaremay not be scoped to more than oneTypeConfiguration. The methodgetTypeConfiguration()allows this rule to be enforced.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TypeConfigurationgetTypeConfiguration()voidsetTypeConfiguration(TypeConfiguration typeConfiguration)
-
-
-
Method Detail
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration()
-
setTypeConfiguration
void setTypeConfiguration(TypeConfiguration typeConfiguration)
-
-