Uses of Class
com.tetsuwantech.atom.database.GenericEntity
-
-
Uses of GenericEntity in com.tetsuwantech.atom.database
Classes in com.tetsuwantech.atom.database with type parameters of type GenericEntity Modifier and Type Class Description class
GenericDAO<E extends GenericEntity,K>
interface
GenericService<E extends GenericEntity,K>
class
GenericServiceImpl<E extends GenericEntity,K>
-
Uses of GenericEntity in com.tetsuwantech.atom.database.audit
Subclasses of GenericEntity in com.tetsuwantech.atom.database.audit Modifier and Type Class Description class
Audit
Methods in com.tetsuwantech.atom.database.audit that return GenericEntity Modifier and Type Method Description GenericEntity
AuditAspect. doSave(org.aspectj.lang.ProceedingJoinPoint joinPoint, GenericEntity entity)
Methods in com.tetsuwantech.atom.database.audit with parameters of type GenericEntity Modifier and Type Method Description void
AuditAspect. doDelete(org.aspectj.lang.JoinPoint joinPoint, GenericEntity entity)
GenericEntity
AuditAspect. doSave(org.aspectj.lang.ProceedingJoinPoint joinPoint, GenericEntity entity)
void
AuditAspect. doUpdate(org.aspectj.lang.JoinPoint joinPoint, Auditable auditable, Object target, GenericEntity entity)
-
Uses of GenericEntity in com.tetsuwantech.atom.database.authentication
Classes in com.tetsuwantech.atom.database.authentication with type parameters of type GenericEntity Modifier and Type Class Description class
SecureServiceImpl<E extends GenericEntity,K>
Subclasses of GenericEntity in com.tetsuwantech.atom.database.authentication Modifier and Type Class Description class
Authority
class
Subject
-
Uses of GenericEntity in com.tetsuwantech.atom.manager
Classes in com.tetsuwantech.atom.manager with type parameters of type GenericEntity Modifier and Type Class Description class
GenericManager<E extends GenericEntity,K,M extends GenericModel,W extends GenericModel>
-
Uses of GenericEntity in com.tetsuwantech.atom.web
Constructors in com.tetsuwantech.atom.web with parameters of type GenericEntity Constructor Description DeleteModel(GenericEntity genericEntity)
GenericModel(GenericEntity genericEntity)
-