Uses of Interface
com.tetsuwantech.atom.database.GenericService
-
Packages that use GenericService Package Description com.tetsuwantech.atom.database com.tetsuwantech.atom.database.audit com.tetsuwantech.atom.database.authentication com.tetsuwantech.atom.manager -
-
Uses of GenericService in com.tetsuwantech.atom.database
Classes in com.tetsuwantech.atom.database that implement GenericService Modifier and Type Class Description class
GenericServiceImpl<E extends GenericEntity,K>
-
Uses of GenericService in com.tetsuwantech.atom.database.audit
Subinterfaces of GenericService in com.tetsuwantech.atom.database.audit Modifier and Type Interface Description interface
AuditService
Classes in com.tetsuwantech.atom.database.audit that implement GenericService Modifier and Type Class Description class
AuditServiceImpl
-
Uses of GenericService in com.tetsuwantech.atom.database.authentication
Subinterfaces of GenericService in com.tetsuwantech.atom.database.authentication Modifier and Type Interface Description interface
SubjectService
Classes in com.tetsuwantech.atom.database.authentication that implement GenericService Modifier and Type Class Description class
SecureServiceImpl<E extends GenericEntity,K>
class
SubjectServiceImpl
-
Uses of GenericService in com.tetsuwantech.atom.manager
Fields in com.tetsuwantech.atom.manager declared as GenericService Modifier and Type Field Description protected GenericService<E,K>
GenericManager. genericService
-