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 classGenericServiceImpl<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 interfaceAuditServiceClasses in com.tetsuwantech.atom.database.audit that implement GenericService Modifier and Type Class Description classAuditServiceImpl -
Uses of GenericService in com.tetsuwantech.atom.database.authentication
Subinterfaces of GenericService in com.tetsuwantech.atom.database.authentication Modifier and Type Interface Description interfaceSubjectServiceClasses in com.tetsuwantech.atom.database.authentication that implement GenericService Modifier and Type Class Description classSecureServiceImpl<E extends GenericEntity,K>classSubjectServiceImpl -
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
-