Uses of Interface
org.hibernate.usertype.ParameterizedType

Packages that use ParameterizedType
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
org.hibernate.usertype Interfaces for user-defined custom types. 
 

Uses of ParameterizedType in org.hibernate.type
 

Classes in org.hibernate.type that implement ParameterizedType
 class EnumType
          Value type mapper for enumerations.
 class SerializableToBlobType<T extends Serializable>
           
 

Uses of ParameterizedType in org.hibernate.usertype
 

Subinterfaces of ParameterizedType in org.hibernate.usertype
 interface DynamicParameterizedType
          Types who implements this interface will have in the setParameterValues an instance of the class DynamicParameterizedType$ParameterType with the key PARAMETER_TYPE = "org.hibernate.type.ParameterType" The interface ParameterType provides some methods to read information dynamically for build the type
 



Copyright © 2001-2012 Red Hat, Inc. All Rights Reserved.