Package org.hibernate.usertype


package org.hibernate.usertype
An API for user-defined custom types which extend the set of built-in types defined in org.hibernate.type.

A custom type might map a single column, or it might map multiple columns.

See Also: