Package | Description |
---|---|
org.hibernate |
This package defines the central Hibernate APIs.
|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Field and Description |
---|---|
static CharacterArrayType |
Hibernate.CHARACTER_ARRAY
Deprecated.
Use
StandardBasicTypes.CHARACTER_ARRAY instead. |
Modifier and Type | Field and Description |
---|---|
static CharacterArrayType |
StandardBasicTypes.CHARACTER_ARRAY
The standard Hibernate type for mapping
Character[] to JDBC
VARCHAR . |
static CharacterArrayType |
CharacterArrayType.INSTANCE |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved