Eclipse
IntelliJ
NetBeans
Upload
API List
Favorites
Packages
Classes
Methods
Limit search to favorites
Recent
Register
Login
Classic Mode
Library:
Hibernate 2.1.8
Package:
net.sf.hibernate.type
Interface
public
interface
Type
extends
Serializable
Overview
Inheritance
Members
Usage
Source
Books
Since
Not specified.
Version
Not specified.
Author(s)
Gavin King
Defines a mapping from a Java type to an JDBC datatype. This interface is intended to be implemented by applications that need custom types.
Implementors should usually be immutable and
must
certainly be threadsafe. Implementors must override
equals()
.
Wiki javadoc
Use
textile entry format
.
Add your comments here.
NOTE: Usage information is based only on libraries in your favorites list.
In Constructors
In Fields
Returned by
As method parameter
Home
-
About
-
FAQ
-
Privacy
-
Contact
Implementors should usually be immutable and must certainly be threadsafe. Implementors must override equals().