Uses of Interface
org.goplanit.service.routed.RoutedService
-
Packages that use RoutedService Package Description org.goplanit.service.routed -
-
Uses of RoutedService in org.goplanit.service.routed
Classes in org.goplanit.service.routed that implement RoutedService Modifier and Type Class Description class
RoutedServiceImpl
Implementation of a RoutedService instance based on the RoutedService interfaceFields in org.goplanit.service.routed with type parameters of type RoutedService Modifier and Type Field Description static Class<RoutedService>
RoutedService. ROUTED_SERVICE_ID_CLASS
id class for generating idsMethods in org.goplanit.service.routed that return RoutedService Modifier and Type Method Description RoutedService
RoutedService. clone()
Create a shallow copy of this entityRoutedService
RoutedServiceFactory. registerNew()
Register a newly created instance on the underlying containerMethods in org.goplanit.service.routed that return types with arguments of type RoutedService Modifier and Type Method Description default Class<RoutedService>
RoutedService. getIdClass()
Each managed id class is expected to generate its ids based on its class signature.
-