Uses of Interface
org.cxbox.core.service.spec.SpecificationHeader
-
Packages that use SpecificationHeader Package Description org.cxbox.core.service.spec -
-
Uses of SpecificationHeader in org.cxbox.core.service.spec
Fields in org.cxbox.core.service.spec with type parameters of type SpecificationHeader Modifier and Type Field Description protected Map<SpecificationHeader<entity>,org.springframework.data.jpa.domain.Specification<entity>>BcSpecificationHolder. mapprotected Map<SpecificationHeader<entity>,LinkSpecificationHolder.ParentSpecification<entity>>LinkSpecificationHolder. mapprotected Map<SpecificationHeader<entity>,org.springframework.data.jpa.domain.Specification<entity>>SecuritySpecificationHolder. mapprotected Class<? extends SpecificationHeader<entity>>SpecificationHolder. specificationHeaderMethods in org.cxbox.core.service.spec that return SpecificationHeader Modifier and Type Method Description SpecificationHeader<entity>SpecificationHolder. fromLov(org.cxbox.api.data.dictionary.LOV lov)Methods in org.cxbox.core.service.spec that return types with arguments of type SpecificationHeader Modifier and Type Method Description List<SpecificationHeader<entity>>SpecificationHolder. allValues()Methods in org.cxbox.core.service.spec with parameters of type SpecificationHeader Modifier and Type Method Description org.springframework.data.jpa.domain.Specification<entity>BcSpecificationHolder. get(SpecificationHeader<entity> specificationName)org.springframework.data.jpa.domain.Specification<entity>LinkSpecificationHolder. get(SpecificationHeader<entity> specificationName, BcDescription bcDescription, String parentId)org.springframework.data.jpa.domain.Specification<entity>SecuritySpecificationHolder. get(SpecificationHeader<entity> specificationName)
-