Package com.vladmihalcea.hibernate.type
Class HibernateTypesContributor
- java.lang.Object
-
- com.vladmihalcea.hibernate.type.HibernateTypesContributor
-
- All Implemented Interfaces:
org.hibernate.boot.model.TypeContributor
public class HibernateTypesContributor extends java.lang.Object implements org.hibernate.boot.model.TypeContributor
TheHibernateTypesContributor
registers various types automatically.- Since:
- 2.15.0
-
-
Constructor Summary
Constructors Constructor Description HibernateTypesContributor()
-
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)
-
-
-
Method Detail
-
contribute
public void contribute(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)
- Specified by:
contribute
in interfaceorg.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)
-
-