Package org.hibernate.boot.model
Interface TypeContributor
-
public interface TypeContributorContract for contributing types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcontribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Contribute types
-
-
-
Method Detail
-
contribute
void contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Contribute types- Parameters:
typeContributions- The callback for adding contributed typesserviceRegistry- The service registry
-
-