Class HibernateUtils


  • public class HibernateUtils
    extends java.lang.Object
    Since:
    22/8/17
    • Constructor Summary

      Constructors 
      Constructor Description
      HibernateUtils()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static java.util.Optional<org.hibernate.type.Type> findType​(org.hibernate.TypeHelper typeHelper, java.lang.String classOrType)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • HibernateUtils

        public HibernateUtils()
    • Method Detail

      • findType

        public static java.util.Optional<org.hibernate.type.Type> findType​(org.hibernate.TypeHelper typeHelper,
                                                                           java.lang.String classOrType)