Package org.cxbox.core.service.spec
Class LinkSpecificationHolder<entity>
- java.lang.Object
-
- org.cxbox.core.service.spec.SpecificationHolder<entity>
-
- org.cxbox.core.service.spec.LinkSpecificationHolder<entity>
-
public abstract class LinkSpecificationHolder<entity> extends SpecificationHolder<entity>
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceLinkSpecificationHolder.ParentSpecification<entity>
-
Field Summary
Fields Modifier and Type Field Description protected Map<SpecificationHeader<entity>,LinkSpecificationHolder.ParentSpecification<entity>>map-
Fields inherited from class org.cxbox.core.service.spec.SpecificationHolder
specificationHeader
-
-
Constructor Summary
Constructors Constructor Description LinkSpecificationHolder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.springframework.data.jpa.domain.Specification<entity>get(SpecificationHeader<entity> specificationName, BcDescription bcDescription, String parentId)-
Methods inherited from class org.cxbox.core.service.spec.SpecificationHolder
allValues, fromLov
-
-
-
-
Field Detail
-
map
protected Map<SpecificationHeader<entity>,LinkSpecificationHolder.ParentSpecification<entity>> map
-
-
Method Detail
-
get
public org.springframework.data.jpa.domain.Specification<entity> get(SpecificationHeader<entity> specificationName, BcDescription bcDescription, String parentId)
-
-