Example usage for org.hibernate.type.descriptor.sql BigIntTypeDescriptor INSTANCE

List of usage examples for org.hibernate.type.descriptor.sql BigIntTypeDescriptor INSTANCE

Introduction

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

Prototype

BigIntTypeDescriptor INSTANCE

To view the source code for org.hibernate.type.descriptor.sql BigIntTypeDescriptor INSTANCE.

Click Source Link

Usage

From source file:org.unitedinternet.cosmo.hibernate.LongTimestampType.java

License:Apache License

public LongTimestampType() {
    super(BigIntTypeDescriptor.INSTANCE, CosmoTimestampTypeDescriptor.INSTANCE);
}