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 baselineJavaType
registrations
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
JavaTypeBaseline.BaselineTarget
The 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 void
prime(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
-
-