Class JavaTypeBaseline
- java.lang.Object
-
- org.hibernate.type.descriptor.java.spi.JavaTypeBaseline
-
public class JavaTypeBaseline extends Object
Primes theJavaTypeBaseline.BaselineTarget(which is essentially theJavaTypeRegistry) with Hibernate's baselineJavaTyperegistrations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceJavaTypeBaseline.BaselineTargetThe target of the baseline registrations
-
Constructor Summary
Constructors Constructor Description JavaTypeBaseline()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidprime(JavaTypeBaseline.BaselineTarget target)The process of registering all the baseline registrations
-
-
-
Method Detail
-
prime
public static void prime(JavaTypeBaseline.BaselineTarget target)
The process of registering all the baseline registrations
-
-