List of usage examples for org.hibernate.type.descriptor.java DateTypeDescriptor INSTANCE
DateTypeDescriptor INSTANCE
To view the source code for org.hibernate.type.descriptor.java DateTypeDescriptor INSTANCE.
Click Source Link
From source file:org.jadira.usertype.dateandtime.legacyjdk.LocationSafeDateType.java
License:Apache License
public LocationSafeDateType() { super(org.jadira.usertype.dateandtime.legacyjdk.descriptor.sql.LocationSafeDateTypeDescriptor.INSTANCE, DateTypeDescriptor.INSTANCE); }