List of usage examples for org.hibernate.type.descriptor.java ImmutableMutabilityPlan INSTANCE
ImmutableMutabilityPlan INSTANCE
To view the source code for org.hibernate.type.descriptor.java ImmutableMutabilityPlan INSTANCE.
Click Source Link
From source file:io.pivotal.strepsirrhini.chaosloris.data.InstantJavaDescriptor.java
License:Apache License
@SuppressWarnings("unchecked") public InstantJavaDescriptor() { super(Instant.class, ImmutableMutabilityPlan.INSTANCE); }