Uses of Interface
org.hibernate.usertype.EnhancedUserType

Packages that use EnhancedUserType
org.hibernate.test.hql   
org.hibernate.type A Hibernate Type is a strategy for mapping a Java property type to a JDBC type or types. 
 

Uses of EnhancedUserType in org.hibernate.test.hql
 

Classes in org.hibernate.test.hql that implement EnhancedUserType
 class ClassificationType
          A custom type for mapping Classification instances to the respective db column.
 

Uses of EnhancedUserType in org.hibernate.type
 

Classes in org.hibernate.type that implement EnhancedUserType
 class EnumType
          Enum type mapper Try and find the appropriate SQL type depending on column metadata

TODO implements readobject/writeobject to recalculate the enumclasses

 



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