Example usage for org.hibernate.type StringRepresentableType interface-usage

List of usage examples for org.hibernate.type StringRepresentableType interface-usage

Introduction

In this page you can find the example usage for org.hibernate.type StringRepresentableType interface-usage.

Usage

From source file de.taimos.dvalin.jpa.JodaDateTimeType.java

public class JodaDateTimeType implements EnhancedUserType, Serializable, StringRepresentableType<DateTime> {

    /**     */
    public static final JodaDateTimeType INSTANCE = new JodaDateTimeType();

    private static final long serialVersionUID = -7443774477681244536L;