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 voidcontribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)Contribute types
-
-
-
Method Detail
-
contribute
public void contribute(TypeContributions typeContributions, ServiceRegistry serviceRegistry)
Description copied from interface:TypeContributorContribute types- Specified by:
contributein interfaceTypeContributor- Parameters:
typeContributions- The callback for adding contributed typesserviceRegistry- The service registry
-
-