Uses of Class
com.alon.spring.crud.api.projection.ProjectionRepresentation
-
Packages that use ProjectionRepresentation Package Description com.alon.spring.crud.api.controller com.alon.spring.crud.api.projection -
-
Uses of ProjectionRepresentation in com.alon.spring.crud.api.controller
Methods in com.alon.spring.crud.api.controller that return types with arguments of type ProjectionRepresentation Modifier and Type Method Description java.util.List<ProjectionRepresentation>CrudController. getRepresentations() -
Uses of ProjectionRepresentation in com.alon.spring.crud.api.projection
Methods in com.alon.spring.crud.api.projection that return types with arguments of type ProjectionRepresentation Modifier and Type Method Description java.util.List<ProjectionRepresentation>ProjectionService. getEntityRepresentations(java.lang.Class<? extends BaseEntity> clazz)
-