站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Hibernate 2.1.8 正式版 API 英文文档

Uses of Package net.sf.hibernate.type (Hibernate API Documentation) - Hibernate 2.1.8 正式版 API 英文文档


Uses of Package
net.sf.hibernate.type

Packages that use net.sf.hibernate.type
net.sf.hibernate   
net.sf.hibernate.cache   
net.sf.hibernate.collection   
net.sf.hibernate.dialect   
net.sf.hibernate.engine   
net.sf.hibernate.expression   
net.sf.hibernate.hql   
net.sf.hibernate.id   
net.sf.hibernate.impl   
net.sf.hibernate.jca   
net.sf.hibernate.loader   
net.sf.hibernate.mapping   
net.sf.hibernate.metadata   
net.sf.hibernate.persister   
net.sf.hibernate.sql   
net.sf.hibernate.type   
net.sf.hibernate.util   
 

Classes in net.sf.hibernate.type used by net.sf.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 net.sf.hibernate.type used by net.sf.hibernate.cache
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

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

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

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

Classes in net.sf.hibernate.type used by net.sf.hibernate.expression
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 net.sf.hibernate.type used by net.sf.hibernate.hql
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

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

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

Classes in net.sf.hibernate.type used by net.sf.hibernate.jca
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

Classes in net.sf.hibernate.type used by net.sf.hibernate.loader
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 net.sf.hibernate.type used by net.sf.hibernate.mapping
EntityType
          A reference to an entity class
ForeignKeyDirection
          Represents directionality of the foreign key constraint
PersistentCollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
Type
          Defines a mapping from a Java type to an JDBC datatype.
 

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

Classes in net.sf.hibernate.type used by net.sf.hibernate.persister
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 net.sf.hibernate.type used by net.sf.hibernate.sql
LiteralType
          A type that may appear as an SQL literal
 

Classes in net.sf.hibernate.type used by net.sf.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).
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.
PersistentCollectionType
          A type that handles Hibernate PersistentCollections (including arrays).
PrimitiveType
          Superclass of primitive / primitive wrapper types.
SetType
           
Type
          Defines a mapping from a Java type to an JDBC datatype.
VersionType
          A Type that may be used to version data.
 

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