Class CustomDataTypesRegistration

  • All Implemented Interfaces:
    org.hibernate.boot.spi.SessionFactoryBuilderFactory

    public class CustomDataTypesRegistration
    extends java.lang.Object
    implements org.hibernate.boot.spi.SessionFactoryBuilderFactory
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.hibernate.boot.SessionFactoryBuilder getSessionFactoryBuilder​(org.hibernate.boot.spi.MetadataImplementor metadata, org.hibernate.boot.spi.SessionFactoryBuilderImplementor defaultBuilder)  
      static java.util.Set<org.hibernate.type.BasicType> getTypeOverrides()  
      • Methods inherited from class java.lang.Object

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

      • CustomDataTypesRegistration

        public CustomDataTypesRegistration()
    • Method Detail

      • getSessionFactoryBuilder

        public org.hibernate.boot.SessionFactoryBuilder getSessionFactoryBuilder​(org.hibernate.boot.spi.MetadataImplementor metadata,
                                                                                 org.hibernate.boot.spi.SessionFactoryBuilderImplementor defaultBuilder)
        Specified by:
        getSessionFactoryBuilder in interface org.hibernate.boot.spi.SessionFactoryBuilderFactory
      • getTypeOverrides

        public static java.util.Set<org.hibernate.type.BasicType> getTypeOverrides()