Uses of Package
org.hibernate.usertype

Packages that use org.hibernate.usertype
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.envers.entities   
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. 
 

Classes in org.hibernate.usertype used by org.hibernate.cfg
CompositeUserType
          A UserType that may be dereferenced in a query.
UserType
          This interface should be implemented by user-defined "types".
 

Classes in org.hibernate.usertype used by org.hibernate.envers.entities
UserType
          This interface should be implemented by user-defined "types".
 

Classes in org.hibernate.usertype used by org.hibernate.type
CompositeUserType
          A UserType that may be dereferenced in a query.
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
EnhancedUserType
          A custom type that may function as an identifier or discriminator type
LoggableUserType
          Marker interface for user types which want to perform custom logging of their corresponding values
ParameterizedType
          Support for parameterizable types.
UserCollectionType
          A custom type for mapping user-written classes that implement PersistentCollection
UserType
          This interface should be implemented by user-defined "types".
 

Classes in org.hibernate.usertype used by org.hibernate.usertype
ParameterizedType
          Support for parameterizable types.
UserType
          This interface should be implemented by user-defined "types".
 



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