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.
|
Modifier and Type | Method and Description |
---|---|
void |
Configuration.registerTypeOverride(UserType type,
String[] keys) |
Modifier and Type | Class and Description |
---|---|
class |
RevisionTypeType
A hibernate type for the
RevisionType enum. |
Modifier and Type | Class and Description |
---|---|
class |
EnumType
Enum type mapper
Try and find the appropriate SQL type depending on column metadata
TODO implements readobject/writeobject to recalculate the enumclasses
|
class |
StringClobType
Deprecated.
replaced by
MaterializedClobType |
Modifier and Type | Method and Description |
---|---|
UserType |
CustomType.getUserType() |
Modifier and Type | Method and Description |
---|---|
void |
BasicTypeRegistry.register(UserType type,
String[] keys) |
void |
TypeResolver.registerTypeOverride(UserType type,
String[] keys) |
Modifier and Type | Method and Description |
---|---|
CustomType |
TypeFactory.custom(Class<UserType> typeClass,
Properties parameters) |
static CustomType |
TypeFactory.custom(Class<UserType> typeClass,
Properties parameters,
TypeFactory.TypeScope scope)
Deprecated.
Only for use temporary use by
Hibernate |
Constructor and Description |
---|
CustomType(UserType userType) |
CustomType(UserType userType,
String[] registrationKeys) |
Modifier and Type | Interface and Description |
---|---|
interface |
EnhancedUserType
A custom type that may function as an identifier or
discriminator type, or may be marshalled to and from
an XML document
|
interface |
UserVersionType
A user type that may be used for a version property
|
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.