List of usage examples for org.hibernate.type StringRepresentableType interface-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;