| Package | Description |
|---|---|
| org.hibernate.cfg |
This package defines APIs for configuring Hibernate, and classes
for building the Hibernate configuration-time metamodel.
|
| org.hibernate.envers.entities | |
| 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.
|
| Class and Description |
|---|
| CompositeUserType
A UserType that may be dereferenced in a query.
|
| UserType
This interface should be implemented by user-defined "types".
|
| Class and Description |
|---|
| UserType
This interface should be implemented by user-defined "types".
|
| Class and Description |
|---|
| 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
|
| 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".
|
| Class and Description |
|---|
| UserType
This interface should be implemented by user-defined "types".
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.