List of usage examples for org.hibernate.type IdentifierType interface-usage
From source file org.jadira.usertype.spi.shared.DstSafeDateType.java
public class DstSafeDateType extends AbstractSingleColumnStandardBasicType<Date> implements IdentifierType<Date>, LiteralType<Date> { private static final long serialVersionUID = 669738618020424223L; public static final DstSafeDateType INSTANCE = new DstSafeDateType();
From source file org.jasig.ssp.util.hibernate.ConfigurableDateType.java
public class ConfigurableDateType extends AbstractSingleColumnStandardBasicType<Date> implements IdentifierType<Date>, LiteralType<Date> { public ConfigurableDateType(DateTypeDescriptor descriptor) { super(descriptor, JdbcDateTypeDescriptor.INSTANCE); }