Uses of Class
com.calumma.backend.model.entity.CalummaEntity
-
-
Uses of CalummaEntity in com.calumma.backend.web.controller
Classes in com.calumma.backend.web.controller with type parameters of type CalummaEntity Modifier and Type Class Description classBaseController<Entity extends CalummaEntity,T> -
Uses of CalummaEntity in com.calumma.backend.web.repository
Classes in com.calumma.backend.web.repository with type parameters of type CalummaEntity Modifier and Type Interface Description interfaceBaseRepository<Entity extends CalummaEntity,T> -
Uses of CalummaEntity in com.calumma.backend.web.repository.core
Classes in com.calumma.backend.web.repository.core with type parameters of type CalummaEntity Modifier and Type Class Description classDynamicQueryRepository<Entity extends CalummaEntity> -
Uses of CalummaEntity in com.calumma.backend.web.repository.core.aggregation
Classes in com.calumma.backend.web.repository.core.aggregation with type parameters of type CalummaEntity Modifier and Type Class Description classCoreEntityGrouper<Entity extends CalummaEntity>classCoreEntityHaving<Entity extends CalummaEntity> -
Uses of CalummaEntity in com.calumma.backend.web.repository.core.projections
Classes in com.calumma.backend.web.repository.core.projections with type parameters of type CalummaEntity Modifier and Type Class Description classCoreEntityProjection<Entity extends CalummaEntity>classCoreEntityProjectionBuilder<Entity extends CalummaEntity> -
Uses of CalummaEntity in com.calumma.backend.web.repository.core.restrictions
Classes in com.calumma.backend.web.repository.core.restrictions with type parameters of type CalummaEntity Modifier and Type Class Description classCoreEntitySpecification<Entity extends CalummaEntity>classCoreEntitySpecificationBuilder<Entity extends CalummaEntity> -
Uses of CalummaEntity in com.calumma.backend.web.service
Classes in com.calumma.backend.web.service with type parameters of type CalummaEntity Modifier and Type Class Description classBaseService<Entity extends CalummaEntity,T>
-