Class QuantityTypeRegistration

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

    public class QuantityTypeRegistration
    extends java.lang.Object
    implements org.hibernate.boot.model.TypeContributor
    • 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)  
      • Methods inherited from class java.lang.Object

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

      • QuantityTypeRegistration

        public QuantityTypeRegistration()
    • 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