Uses of Package
org.hibernate.type

Packages that use org.hibernate.type
org.hibernate This package defines the central Hibernate APIs. 
org.hibernate.cache This package defines APIs/SPIs and implementations for the Hibernate second-level cache. 
org.hibernate.cfg This package defines APIs for configuring Hibernate, and classes for building the Hibernate configuration-time metamodel. 
org.hibernate.classic This package implements backward-compatibility with Hibernate 2.1 APIs now deprecated in Hibernate3. 
org.hibernate.collection This package defines a framework for collection wrappers. 
org.hibernate.criterion A framework for defining restriction criteria and order criteria. 
org.hibernate.dialect.function A framework for defining database-specific SQL functions that are available via the dialect. 
org.hibernate.ejb   
org.hibernate.ejb.metamodel   
org.hibernate.engine This package contains classes that are "shared" by other packages, and implementations of some key algorithms. 
org.hibernate.engine.query   
org.hibernate.engine.query.sql   
org.hibernate.envers.entities.mapper.relation.lazy   
org.hibernate.event.def This package defines a default set of event listeners that implements the default behaviors of Hibernate. 
org.hibernate.hql This package defines the interface between Hibernate and the HQL query parser implementation (to allow switching between the 2.x and 3.0 HQL parsers). 
org.hibernate.hql.ast An ANTLR-based parser for Hibernate Query Language. 
org.hibernate.hql.ast.tree   
org.hibernate.hql.ast.util   
org.hibernate.hql.classic This package contains the Hibernate 2.x query parser which is being end-of-lifed. 
org.hibernate.id This package contains internal implementation classes for the main API interfaces. 
org.hibernate.id.enhanced   
org.hibernate.id.factory   
org.hibernate.impl This package contains implementations of the central Hibernate APIs, especially the Hibernate session. 
org.hibernate.loader This package defines functionality for processing JDBC result sets and returning complex graphs of persistent objects. 
org.hibernate.loader.collection This package defines collection initializers 
org.hibernate.loader.criteria This package defines the criteria query compiler and loader 
org.hibernate.loader.custom This package defines a framework for custom loaders that accept handwritten SQL 
org.hibernate.loader.entity This package defines entity loaders 
org.hibernate.loader.hql This package defines a loader for the AST-based query parser 
org.hibernate.mapping This package defines the Hibernate configuration-time metamodel. 
org.hibernate.metadata This package defines an API for accessing the Hibernate runtime metamodel. 
org.hibernate.param   
org.hibernate.persister.collection This package abstracts the persistence mechanism for collections. 
org.hibernate.persister.entity This package abstracts persistence mechanisms for entities, and defines the Hibernate runtime metamodel. 
org.hibernate.pretty Classes for pretty printing things for exception and log messages. 
org.hibernate.property This package abstracts the notion of a "property" of an entity. 
org.hibernate.proxy This package defines a framework for lazy-initializing entity proxies. 
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 This package defines helper classes for rendering SQL fragments and SQL statements. 
org.hibernate.tuple This package defines a runtime metamodel for entities at the object level and abstracts the differences between the various entity modes. 
org.hibernate.tuple.entity   
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. 
org.hibernate.util Utility classes. 
 

Classes in org.hibernate.type used by org.hibernate
NullableType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
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.cfg
SerializationException
          Thrown when a property cannot be serializaed/deserialized
 

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.function
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

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

Classes in org.hibernate.type used by org.hibernate.ejb.metamodel
ComponentType
          Handles "component" mappings
 

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.engine.query.sql
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.envers.entities.mapper.relation.lazy
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
ComponentType
          Handles "component" mappings
EntityType
          Base for types which map associations to persistent entities.
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
          Base for types which map associations to persistent entities.
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.hql.classic
EntityType
          Base for types which map associations to persistent entities.
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.id.enhanced
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.id.factory
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
          Base for types which map associations to persistent entities.
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
          Base for types which map associations to persistent entities.
 

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.
AbstractType
          Abstract superclass of the built in Type hierarchy.
EntityType
          Base for types which map associations to persistent entities.
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
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.tuple.entity
ComponentType
          Handles "component" mappings
EntityType
          Base for types which map associations to persistent entities.
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in org.hibernate.type used by org.hibernate.type
AbstractBynaryType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
AbstractCharArrayType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
AbstractComponentType
          Enables other Component-like types to hold collections and have cascades, etc.
AbstractLobType
           
AbstractLongBinaryType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
AbstractLongStringType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
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.
ByteArrayBlobType
          Deprecated. replaced by Hibernate Core's WrappedMaterializedBlobType
CharacterArrayClobType
          Map a Character[] to a Clob Experimental
CharBooleanType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
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
          Base for types which map associations to persistent entities.
ForeignKeyDirection
          Represents directionality of the foreign key constraint
IdentifierType
          A Type that may be used as an identifier.
ImmutableType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
LiteralType
          A type that may appear as an SQL literal
MapType
           
MaterializedBlobType
          materialized_blob: A type that maps an SQL BLOB to Java byte[].
MutableType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
NullableType
          Deprecated. see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5138
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.
 



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