Example usage for org.hibernate.type.descriptor.java DateTypeDescriptor INSTANCE

List of usage examples for org.hibernate.type.descriptor.java DateTypeDescriptor INSTANCE

Introduction

In this page you can find the example usage for org.hibernate.type.descriptor.java DateTypeDescriptor INSTANCE.

Prototype

DateTypeDescriptor INSTANCE

To view the source code for org.hibernate.type.descriptor.java DateTypeDescriptor INSTANCE.

Click Source Link

Usage

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);
}