Uses of Class
com.alon.spring.crud.domain.model.BaseEntity
-
-
Uses of BaseEntity in com.alon.spring.crud.api.controller
Classes in com.alon.spring.crud.api.controller with type parameters of type BaseEntity Modifier and Type Class Description classCachedCrudController<MANAGED_ENTITY_ID_TYPE extends java.io.Serializable,MANAGED_ENTITY_TYPE extends BaseEntity<MANAGED_ENTITY_ID_TYPE>,CREATE_INPUT_TYPE,UPDATE_INPUT_TYPE,SEARCH_INPUT_TYPE extends SearchInput,SERVICE_TYPE extends CrudService<MANAGED_ENTITY_ID_TYPE,MANAGED_ENTITY_TYPE,?>>classCrudController<MANAGED_ENTITY_ID_TYPE extends java.io.Serializable,MANAGED_ENTITY_TYPE extends BaseEntity<MANAGED_ENTITY_ID_TYPE>,CREATE_INPUT_TYPE,UPDATE_INPUT_TYPE,SEARCH_INPUT_TYPE extends SearchInput,SERVICE_TYPE extends CrudService<MANAGED_ENTITY_ID_TYPE,MANAGED_ENTITY_TYPE,?>> -
Uses of BaseEntity in com.alon.spring.crud.api.controller.cache
Method parameters in com.alon.spring.crud.api.controller.cache with type arguments of type BaseEntity Modifier and Type Method Description java.lang.StringCollectionResourceDeepETagGeneratorImpl. generate(java.lang.Class<? extends BaseEntity<?>> entityType, javax.persistence.EntityManager entityManager, SearchInput search)java.lang.StringDeepETagGenerator. generate(java.lang.Class<? extends BaseEntity<?>> entityType, javax.persistence.EntityManager entityManager, SearchInput search)java.lang.StringSingleResourceDeepETagGeneratorImpl. generate(java.lang.Class<? extends BaseEntity<?>> entityType, javax.persistence.EntityManager entityManager, SearchInput search)java.lang.StringDeepETagResolver. generateCollectionResourceETag(java.lang.Class<? extends BaseEntity<?>> entityType, SearchInput search)<ID> java.lang.StringDeepETagResolver. generateSingleResourceETag(java.lang.Class<? extends BaseEntity<?>> entityType, ID id) -
Uses of BaseEntity in com.alon.spring.crud.api.controller.input.mapper
Classes in com.alon.spring.crud.api.controller.input.mapper with type parameters of type BaseEntity Modifier and Type Class Description classModelMapperInputMapper<I,O extends BaseEntity<?>> -
Uses of BaseEntity in com.alon.spring.crud.api.projection
Methods in com.alon.spring.crud.api.projection with type parameters of type BaseEntity Modifier and Type Method Description <I extends BaseEntity,O>
OProjectionService. project(java.lang.String projectionName, I input)<I extends BaseEntity,O>
OutputPage<O>ProjectionService. project(java.lang.String projectionName, org.springframework.data.domain.Page<I> input)Method parameters in com.alon.spring.crud.api.projection with type arguments of type BaseEntity Modifier and Type Method Description java.util.List<ProjectionRepresentation>ProjectionService. getEntityRepresentations(java.lang.Class<? extends BaseEntity> clazz) -
Uses of BaseEntity in com.alon.spring.crud.domain.service
Classes in com.alon.spring.crud.domain.service with type parameters of type BaseEntity Modifier and Type Interface Description interfaceCrudService<ENTITY_ID_TYPE extends java.io.Serializable,ENTITY_TYPE extends BaseEntity<ENTITY_ID_TYPE>,REPOSITORY extends com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaRepository<ENTITY_TYPE,ENTITY_ID_TYPE> & com.cosium.spring.data.jpa.entity.graph.repository.EntityGraphJpaSpecificationExecutor<ENTITY_TYPE>>
-