Uses of Interface
org.apache.syncope.core.persistence.api.entity.ConfParam
-
-
Uses of ConfParam in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return ConfParam Modifier and Type Method Description ConfParamConfParamDAO. find(String key)ConfParamConfParamDAO. save(ConfParam confParam)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type ConfParam Modifier and Type Method Description List<ConfParam>ConfParamDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type ConfParam Modifier and Type Method Description ConfParamConfParamDAO. save(ConfParam confParam) -
Uses of ConfParam in org.apache.syncope.core.persistence.api.entity
Methods in org.apache.syncope.core.persistence.api.entity that return ConfParam Modifier and Type Method Description ConfParamSelfKeymasterEntityFactory. newConfParam() -
Uses of ConfParam in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return ConfParam Modifier and Type Method Description ConfParamJPAConfParamDAO. find(String key)ConfParamJPAConfParamDAO. save(ConfParam confParam)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type ConfParam Modifier and Type Method Description List<ConfParam>JPAConfParamDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type ConfParam Modifier and Type Method Description ConfParamJPAConfParamDAO. save(ConfParam confParam) -
Uses of ConfParam in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement ConfParam Modifier and Type Class Description classJPAConfParamMethods in org.apache.syncope.core.persistence.jpa.entity that return ConfParam Modifier and Type Method Description ConfParamJPASelfKeymasterEntityFactory. newConfParam()
-