站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 3.2.3 正式版 API 英文文档

ParameterizedType (Hibernate API Documentation) - Hibernate 3.2.3 正式版 API 英文文档


org.hibernate.usertype
Interface ParameterizedType


public interface ParameterizedType

Support 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.

Author:
Michael Gloegl

Method Summary
 void setParameterValues(Properties parameters)
          Gets called by Hibernate to pass the configured type parameters to the implementation.
 

Method Detail

setParameterValues

public void setParameterValues(Properties parameters)
Gets called by Hibernate to pass the configured type parameters to the implementation.