Class SpatialTypeContributor
- java.lang.Object
-
- org.hibernate.spatial.contributor.SpatialTypeContributor
-
- All Implemented Interfaces:
TypeContributor
public class SpatialTypeContributor extends Object implements TypeContributor
-
-
Constructor Summary
Constructors Constructor Description SpatialTypeContributor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Contribute types
-
-
-
Method Detail
-
contribute
public void contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Description copied from interface:TypeContributor
Contribute types- Specified by:
contribute
in interfaceTypeContributor
- Parameters:
typeContributions
- The callback for adding contributed typesserviceRegistry
- The service registry
-
-