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 |
AbstractBynaryType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
AbstractCharArrayType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
AbstractLongBinaryType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
AbstractLongStringType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
ImmutableType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
class |
MutableType
Deprecated.
Use the
AbstractStandardBasicType approach instead |
Copyright © 2018 JBoss by Red Hat. All rights reserved.