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.envers.test.entities.customtype   
org.hibernate.envers.test.entities.ids   
org.hibernate.test.annotations.entity Test package for metatata facilities It contains an example of filter metadata 
org.hibernate.test.annotations.generics   
org.hibernate.test.annotations.type   
org.hibernate.test.cut   
org.hibernate.test.hql   
org.hibernate.test.instrument.domain   
org.hibernate.test.rowid   
org.hibernate.test.sql.hand   
org.hibernate.test.typeparameters   
org.hibernate.test.usercollection.basic   
org.hibernate.test.usercollection.parameterized   
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.envers.test.entities.customtype
CompositeUserType
          A UserType that may be dereferenced in a query.
ParameterizedType
          Support for parameterizable types.
UserType
          This interface should be implemented by user-defined "types".
 

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

Classes in org.hibernate.usertype used by org.hibernate.test.annotations.entity
CompositeUserType
          A UserType that may be dereferenced in a query.
ParameterizedType
          Support for parameterizable types.
UserType
          This interface should be implemented by user-defined "types".
 

Classes in org.hibernate.usertype used by org.hibernate.test.annotations.generics
UserType
          This interface should be implemented by user-defined "types".
 

Classes in org.hibernate.usertype used by org.hibernate.test.annotations.type
CompositeUserType
          A UserType that may be dereferenced in a query.
 

Classes in org.hibernate.usertype used by org.hibernate.test.cut
CompositeUserType
          A UserType that may be dereferenced in a query.
 

Classes in org.hibernate.usertype used by org.hibernate.test.hql
EnhancedUserType
          A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document
UserType
          This interface should be implemented by user-defined "types".
 

Classes in org.hibernate.usertype used by org.hibernate.test.instrument.domain
UserType
          This interface should be implemented by user-defined "types".
 

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

Classes in org.hibernate.usertype used by org.hibernate.test.sql.hand
UserType
          This interface should be implemented by user-defined "types".
 

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

Classes in org.hibernate.usertype used by org.hibernate.test.usercollection.basic
UserCollectionType
          A custom type for mapping user-written classes that implement PersistentCollection
 

Classes in org.hibernate.usertype used by org.hibernate.test.usercollection.parameterized
ParameterizedType
          Support for parameterizable types.
UserCollectionType
          A custom type for mapping user-written classes that implement PersistentCollection
 

Classes in org.hibernate.usertype used by org.hibernate.type
CompositeUserType
          A UserType that may be dereferenced in a query.
EnhancedUserType
          A custom type that may function as an identifier or discriminator type, or may be marshalled to and from an XML document
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
UserType
          This interface should be implemented by user-defined "types".
 



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