Class CustomTypeContributor
java.lang.Object
dev.voidframework.persistence.hibernate.CustomTypeContributor
- All Implemented Interfaces:
org.hibernate.boot.model.TypeContributor
public class CustomTypeContributor
extends Object
implements org.hibernate.boot.model.TypeContributor
Hibernate custom type contributor for Void Framework.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidcontribute(org.hibernate.boot.model.TypeContributions typeContributions, org.hibernate.service.ServiceRegistry serviceRegistry)
-
Constructor Details
-
CustomTypeContributor
public CustomTypeContributor()
-
-
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
-