首页
论坛
图书
开发资料
在线文档
网址
下载
联系我们
站内搜索
: 请输入搜索关键词
当前页面:
在线文档首页
>
Hibernate 3.2.4 正式版 API 英文文档
org.hibernate.type Class Hierarchy (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes
Hierarchy For Package org.hibernate.type
Package Hierarchies:
All Packages
Class Hierarchy
class java.lang.
Object
class org.hibernate.type.
AbstractType
(implements org.hibernate.type.
Type
)
class org.hibernate.type.
AnyType
(implements org.hibernate.type.
AbstractComponentType
, org.hibernate.type.
AssociationType
)
class org.hibernate.type.
BlobType
class org.hibernate.type.
ClobType
class org.hibernate.type.
CollectionType
(implements org.hibernate.type.
AssociationType
)
class org.hibernate.type.
ArrayType
class org.hibernate.type.
BagType
class org.hibernate.type.
CustomCollectionType
class org.hibernate.type.
IdentifierBagType
class org.hibernate.type.
ListType
class org.hibernate.type.
MapType
class org.hibernate.type.
OrderedMapType
class org.hibernate.type.
SortedMapType
class org.hibernate.type.
SetType
class org.hibernate.type.
OrderedSetType
class org.hibernate.type.
SortedSetType
class org.hibernate.type.
ComponentType
(implements org.hibernate.type.
AbstractComponentType
)
class org.hibernate.type.
EmbeddedComponentType
class org.hibernate.type.
CompositeCustomType
(implements org.hibernate.type.
AbstractComponentType
)
class org.hibernate.type.
CustomType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
IdentifierType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
EntityType
(implements org.hibernate.type.
AssociationType
)
class org.hibernate.type.
ManyToOneType
class org.hibernate.type.
OneToOneType
class org.hibernate.type.
SpecialOneToOneType
class org.hibernate.type.
MetaType
class org.hibernate.type.
NullableType
class org.hibernate.type.
ImmutableType
class org.hibernate.type.
AdaptedImmutableType
class org.hibernate.type.
BigDecimalType
class org.hibernate.type.
BigIntegerType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
ClassType
class org.hibernate.type.
CurrencyType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
LocaleType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
PrimitiveType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
BooleanType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
CharBooleanType
class org.hibernate.type.
TrueFalseType
class org.hibernate.type.
YesNoType
class org.hibernate.type.
ByteType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
CharacterType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
DoubleType
class org.hibernate.type.
FloatType
class org.hibernate.type.
IntegerType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
LongType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
ShortType
(implements org.hibernate.type.
DiscriminatorType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
StringType
(implements org.hibernate.type.
DiscriminatorType
)
class org.hibernate.type.
TextType
class org.hibernate.type.
TimeZoneType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
MutableType
class org.hibernate.type.
AbstractBynaryType
(implements java.util.
Comparator
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
BinaryType
class org.hibernate.type.
WrapperBinaryType
class org.hibernate.type.
AbstractCharArrayType
class org.hibernate.type.
CharacterArrayType
class org.hibernate.type.
CharArrayType
class org.hibernate.type.
CalendarDateType
class org.hibernate.type.
CalendarType
(implements org.hibernate.type.
VersionType
)
class org.hibernate.type.
DateType
(implements org.hibernate.type.
IdentifierType
, org.hibernate.type.
LiteralType
)
class org.hibernate.type.
SerializableType
class org.hibernate.type.
TimestampType
(implements org.hibernate.type.
LiteralType
, org.hibernate.type.
VersionType
)
class org.hibernate.type.
DbTimestampType
(implements org.hibernate.type.
VersionType
)
class org.hibernate.type.
TimeType
(implements org.hibernate.type.
LiteralType
)
class org.hibernate.type.
AnyType.ObjectTypeCacheEntry
(implements java.io.
Serializable
)
class org.hibernate.type.
ForeignKeyDirection
(implements java.io.
Serializable
)
class java.lang.
Throwable
(implements java.io.
Serializable
)
class java.lang.
Exception
class java.lang.
RuntimeException
class org.hibernate.exception.
NestableRuntimeException
(implements org.hibernate.exception.
Nestable
)
class org.hibernate.
HibernateException
class org.hibernate.type.
SerializationException
class org.hibernate.type.
TypeFactory
Interface Hierarchy
interface org.hibernate.type.
LiteralType
interface org.hibernate.type.
DiscriminatorType
(also extends org.hibernate.type.
IdentifierType
)
interface java.io.
Serializable
interface org.hibernate.type.
Type
interface org.hibernate.type.
AbstractComponentType
interface org.hibernate.type.
AssociationType
interface org.hibernate.type.
IdentifierType
interface org.hibernate.type.
DiscriminatorType
(also extends org.hibernate.type.
LiteralType
)
interface org.hibernate.type.
VersionType
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV
NEXT
FRAMES
NO FRAMES
All Classes