Package org.hibernate.boot.model
Interface TypeContributor
-
public interface TypeContributor
Contract for contributing types.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
contribute(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
-
-