public interface

ParameterizedType

org.hibernate.usertype.ParameterizedType
Known Indirect Subclasses

Class Overview

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.

Summary

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

Public Methods

public abstract void setParameterValues (Properties parameters)

Gets called by Hibernate to pass the configured type parameters to the implementation.