接口 ParameterizedType
-
- 所有已知子接口:
DynamicParameterizedType
- 所有已知实现类:
EnumType,SerializableToBlobType
public interface ParameterizedTypeSupport for parameterizable types. A UserType or CustomUserType may be made parameterizable by implementing this interface. Parameters for a type may be set by using a nested type element for the property element in the mapping file, or by defining a typedef.- 作者:
- Michael Gloegl
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 voidsetParameterValues(Properties parameters)Gets called by Hibernate to pass the configured type parameters to the implementation.
-
-
-
方法详细资料
-
setParameterValues
void setParameterValues(Properties parameters)
Gets called by Hibernate to pass the configured type parameters to the implementation.
-
-