Example usage for org.hibernate.usertype LoggableUserType interface-usage

List of usage examples for org.hibernate.usertype LoggableUserType interface-usage

Introduction

In this page you can find the example usage for org.hibernate.usertype LoggableUserType interface-usage.

Usage

From source file com.riversoforion.lena.hibernate.UrlUserType.java

/**
 * Implements a {@linkplain org.hibernate.usertype.UserType Hibernate UserType}
 * for converting between a VARCHAR database value and a {@linkplain URL URL}.
 * This type is {@linkplain EnhancedUserType enhanced}, so it can be used as an
 * ID or in XML serialization/deserialization. It is also
 * {@linkplain LoggableUserType loggable}, and will scrub any credentials

From source file org.ppwcode.vernacular.value_III.hibernate3.AbstractValueCompositeUserType.java

/**
 * <p>Hibernate 3 user type support for value types implemented with respect to the ppwcode value vernacular.</p>
 *
 * @author    Jan Dockx
 * @author    PeopleWare NV
 */

From source file org.ppwcode.vernacular.value_III.hibernate3.AbstractValueUserType.java

/**
 * <p>Hibernate 3 user type support for value types implemented with respect to the ppwcode value vernacular.</p>
 *
 * @author    Jan Dockx
 * @author    PeopleWare NV
 */