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

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

Introduction

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

Prototype

ImmutableMutabilityPlan INSTANCE

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

Click Source Link

Usage

From source file:io.pivotal.strepsirrhini.chaosloris.data.InstantJavaDescriptor.java

License:Apache License

@SuppressWarnings("unchecked")
public InstantJavaDescriptor() {
    super(Instant.class, ImmutableMutabilityPlan.INSTANCE);
}