Class HibernateTypesContributor

  • All Implemented Interfaces:
    org.hibernate.boot.model.TypeContributor

    public class HibernateTypesContributor
    extends java.lang.Object
    implements org.hibernate.boot.model.TypeContributor
    The HibernateTypesContributor registers various types automatically.
    Since:
    2.15.0
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void contribute​(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)  
      private HibernateTypesContributor contributeType​(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.type.BasicType type)  
      private HibernateTypesContributor contributeType​(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.usertype.UserType type)  
      • Methods inherited from class java.lang.Object

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

      • HibernateTypesContributor

        public HibernateTypesContributor()
    • Method Detail

      • contribute

        public void contribute​(org.hibernate.boot.model.TypeContributions typeContributions,
                               org.hibernate.service.ServiceRegistry serviceRegistry)
        Specified by:
        contribute in interface org.hibernate.boot.model.TypeContributor
      • contributeType

        private HibernateTypesContributor contributeType​(org.hibernate.boot.model.TypeContributions typeContributions,
                                                         org.hibernate.type.BasicType type)
      • contributeType

        private HibernateTypesContributor contributeType​(org.hibernate.boot.model.TypeContributions typeContributions,
                                                         org.hibernate.usertype.UserType type)