接口 TypeConfigurationAware
-
- 所有已知实现类:
EnumType
public interface TypeConfigurationAwareOptional contract for Types that would like to be part of the scoping process of the TypeConfiguration, specifically to receive access to the TypeConfiguration it is scoped to. For additional information on TypeConfiguration scoping, seeTypeConfigurationNote that it is illegal for a Type to implement TypeConfigurationAware and at the same time be scoped to more than one TypeConfiguration. Hibernate will enforce this internally which is whygetTypeConfiguration()is exposed here.- 作者:
- Steve Ebersole
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 TypeConfigurationgetTypeConfiguration()voidsetTypeConfiguration(TypeConfiguration typeConfiguration)
-
-
-
方法详细资料
-
getTypeConfiguration
TypeConfiguration getTypeConfiguration()
-
setTypeConfiguration
void setTypeConfiguration(TypeConfiguration typeConfiguration)
-
-