Package | Description |
---|---|
org.hibernate.type |
A Hibernate Type is a strategy for mapping a
Java property type to a JDBC type or types.
|
Modifier and Type | Class and Description |
---|---|
class |
AlternativeLobTypes<S,T extends LobType<S>>
Provides alternative types for binding LOB values.
|
static class |
AlternativeLobTypes.BlobTypes<S,T extends LobType<S>>
Provides alternative types for binding
BLOB values. |
static class |
AlternativeLobTypes.ClobTypes<S,T extends LobType<S>>
Provides alternative types for binding
CLOB values. |
Modifier and Type | Class and Description |
---|---|
class |
BlobType
|
class |
CharacterArrayClobType
A type that maps between
CLOB and Character[]
Essentially a MaterializedClobType but represented as a Character[] in Java rather than String. |
class |
ClobType
|
class |
MaterializedBlobType
A type that maps between
BLOB and byte[] |
class |
MaterializedClobType
|
class |
PrimitiveCharacterArrayClobType
Map a char[] to a Clob
|
class |
WrappedMaterializedBlobType
A type that maps JDBC
BLOB and Byte[] . |
Copyright © 2002-2015 Red Hat Middleware, LLC. All Rights Reserved