|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SerializableType | |
---|---|
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. |
Uses of SerializableType in org.hibernate |
---|
Fields in org.hibernate declared as SerializableType | |
---|---|
static SerializableType |
Hibernate.SERIALIZABLE
Deprecated. Use StandardBasicTypes.SERIALIZABLE instead. |
Uses of SerializableType in org.hibernate.type |
---|
Fields in org.hibernate.type declared as SerializableType | |
---|---|
static SerializableType<Serializable> |
SerializableType.INSTANCE
|
static SerializableType |
StandardBasicTypes.SERIALIZABLE
The standard Hibernate type for mapping Serializable to JDBC VARBINARY . |
Methods in org.hibernate.type that return SerializableType | ||
---|---|---|
static
|
TypeFactory.serializable(Class<T> serializableClass)
Build a SerializableType from the given Serializable class. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |