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 Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)
-
Field Details
-
ENABLE_TYPES_CONTRIBUTOR
- See Also:
-
TYPES_CONTRIBUTOR_FILTER
- See Also:
-
-
Constructor Details
-
HibernateTypesContributor
public HibernateTypesContributor()
-
-
Method Details
-
contribute
public void contribute(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry) - Specified by:
contributein interfaceorg.hibernate.boot.model.TypeContributor
-