Uses of Package
org.hibernate.type

Packages that use org.hibernate.type
org.hibernate   
org.hibernate.cache   
org.hibernate.classic   
org.hibernate.collection   
org.hibernate.criterion   
org.hibernate.dialect   
org.hibernate.dialect.function   
org.hibernate.engine   
org.hibernate.engine.query   
org.hibernate.event.def   
org.hibernate.hql   
org.hibernate.hql.ast   
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
org.hibernate.hql.classic   
org.hibernate.id   
org.hibernate.impl   
org.hibernate.loader   
org.hibernate.loader.collection   
org.hibernate.loader.criteria   
org.hibernate.loader.custom   
org.hibernate.loader.entity   
org.hibernate.loader.hql   
org.hibernate.mapping   
org.hibernate.metadata   
org.hibernate.param   
org.hibernate.persister.collection   
org.hibernate.persister.entity   
org.hibernate.pretty   
org.hibernate.property   
org.hibernate.proxy   
org.hibernate.proxy.dom4j   
org.hibernate.proxy.map   
org.hibernate.proxy.pojo   
org.hibernate.proxy.pojo.cglib   
org.hibernate.proxy.pojo.javassist   
org.hibernate.sql   
org.hibernate.tuple   
org.hibernate.type   
org.hibernate.usertype   
org.hibernate.util   
 

Classes in org.hibernate.type used by org.hibernate
NullableType
          Superclass of single-column nullable types.
Type
          Defines a mapping from a Java type to an JDBC datatype.
VersionType
          A Type that may be used to version data.
 

Classes in org.hibernate.type used by org.hibernate.cache
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.classic
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.collection
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.criterion
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.dialect
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.dialect.function
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.engine
AssociationType
          A type that represents some kind of association between entities.
CollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
Type
          Defines a mapping from a Java type to an JDBC datatype.
VersionType
          A Type that may be used to version data.
 

Classes in org.hibernate.type used by org.hibernate.engine.query
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.event.def
CollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
ForeignKeyDirection
          Represents directionality of the foreign key constraint
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.hql
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.hql.ast
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.hql.ast.tree
EntityType
          A reference to an entity class
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.hql.ast.util
AssociationType
          A type that represents some kind of association between entities.
CollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
EntityType
          A reference to an entity class
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.hql.classic
EntityType
          A reference to an entity class
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.id
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.impl
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.loader
AssociationType
          A type that represents some kind of association between entities.
EntityType
          A reference to an entity class
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.loader.collection
AssociationType
          A type that represents some kind of association between entities.
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.loader.criteria
AssociationType
          A type that represents some kind of association between entities.
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.loader.custom
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.loader.entity
AssociationType
          A type that represents some kind of association between entities.
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.loader.hql
EntityType
          A reference to an entity class
 

Classes in org.hibernate.type used by org.hibernate.mapping
CollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
ForeignKeyDirection
          Represents directionality of the foreign key constraint
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.metadata
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.param
Type
          Defines a mapping from a Java type to an JDBC datatype.
VersionType
          A Type that may be used to version data.
 

Classes in org.hibernate.type used by org.hibernate.persister.collection
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
CollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.persister.entity
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
EntityType
          A reference to an entity class
Type
          Defines a mapping from a Java type to an JDBC datatype.
VersionType
          A Type that may be used to version data.
 

Classes in org.hibernate.type used by org.hibernate.pretty
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.property
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.proxy
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
 

Classes in org.hibernate.type used by org.hibernate.proxy.dom4j
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
 

Classes in org.hibernate.type used by org.hibernate.proxy.map
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
 

Classes in org.hibernate.type used by org.hibernate.proxy.pojo
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
 

Classes in org.hibernate.type used by org.hibernate.proxy.pojo.cglib
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
 

Classes in org.hibernate.type used by org.hibernate.proxy.pojo.javassist
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
 

Classes in org.hibernate.type used by org.hibernate.sql
LiteralType
          A type that may appear as an SQL literal
 

Classes in org.hibernate.type used by org.hibernate.tuple
ComponentType
          Handles "component" mappings
EntityType
          A reference to an entity class
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.type
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
AbstractType
          Abstract superclass of the built in Type hierarchy.
AssociationType
          A type that represents some kind of association between entities.
BooleanType
          boolean: A type that maps an SQL BIT to a Java Boolean.
CharBooleanType
          Superclass for types that map Java boolean to SQL CHAR(1).
CollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
ComponentType
          Handles "component" mappings
DiscriminatorType
          A Type that may be used for a discriminator column.
EntityType
          A reference to an entity class
ForeignKeyDirection
          Represents directionality of the foreign key constraint
IdentifierType
          A Type that may be used as an identifier.
ImmutableType
          Superclass of nullable immutable types.
LiteralType
          A type that may appear as an SQL literal
MapType
           
MutableType
          Superclass for mutable nullable types
NullableType
          Superclass of single-column nullable types.
OneToOneType
          A one-to-one association to an entity
PrimitiveType
          Superclass of primitive / primitive wrapper types.
SetType
           
TimestampType
          timestamp: A type that maps an SQL TIMESTAMP to a Java java.util.Date or java.sql.Timestamp.
Type
          Defines a mapping from a Java type to an JDBC datatype.
VersionType
          A Type that may be used to version data.
 

Classes in org.hibernate.type used by org.hibernate.usertype
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.util
SerializationException
          Thrown when a property cannot be serializaed/deserialized
Type
          Defines a mapping from a Java type to an JDBC datatype.