FileDocCategorySizeDatePackage
ParameterizedType.javaAPI DocHibernate 3.2.5642Sat Sep 04 23:32:54 BST 2004org.hibernate.usertype

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

Fields Summary
Constructors Summary
Methods Summary
public voidsetParameterValues(java.util.Properties parameters)
Gets called by Hibernate to pass the configured type parameters to the implementation.