Represents a registry of GORM services
Type Params | Return Type | Name and description |
---|---|---|
<T> |
T |
getService(java.lang.Class<T> interfaceType) Obtain a service for the given interface |
<T extends Service> |
java.lang.Iterable<T> |
getServices() @return An iterable of the available services |