Class HibernateTypesContributor

java.lang.Object
io.hypersistence.utils.hibernate.type.HibernateTypesContributor
All Implemented Interfaces:
org.hibernate.boot.model.TypeContributor

public class HibernateTypesContributor extends Object implements org.hibernate.boot.model.TypeContributor
The HibernateTypesContributor registers various types automatically.
Since:
2.15.0
Author:
Vlad Mihalcea
  • Field Details

  • Constructor Details

    • HibernateTypesContributor

      public HibernateTypesContributor()
  • Method Details

    • 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