Uses of Interface
org.hibernate.usertype.EnhancedUserType

Packages that use EnhancedUserType
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.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.