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

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

Introduction

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

Prototype

BitTypeDescriptor INSTANCE

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

Click Source Link

Usage

From source file:com.github.gekoh.yagen.hibernate.OracleNumericBooleanType.java

License:Apache License

public OracleNumericBooleanType() {
    super(BitTypeDescriptor.INSTANCE, BooleanTypeDescriptor.INSTANCE);
}