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

org.hibernate.usertype (Hibernate API Documentation) - Hibernate 3.2.4 正式版 API 英文文档


Package org.hibernate.usertype

Interfaces for user-defined custom types.

See:
          Description

Interface Summary
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
LoggableUserType Marker interface for user types which want to perform custom logging of their corresponding values
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".
UserVersionType A user type that may be used for a version property
 

Package org.hibernate.usertype Description

Interfaces for user-defined custom types.