Uses of Interface
org.apache.syncope.core.persistence.api.entity.am.WAConfigEntry
-
-
Uses of WAConfigEntry in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return WAConfigEntry Modifier and Type Method Description WAConfigEntryWAConfigDAO. find(String key)WAConfigEntryWAConfigDAO. save(WAConfigEntry configEntry)Methods in org.apache.syncope.core.persistence.api.dao that return types with arguments of type WAConfigEntry Modifier and Type Method Description List<WAConfigEntry>WAConfigDAO. findAll()Methods in org.apache.syncope.core.persistence.api.dao with parameters of type WAConfigEntry Modifier and Type Method Description WAConfigEntryWAConfigDAO. save(WAConfigEntry configEntry) -
Uses of WAConfigEntry in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return WAConfigEntry Modifier and Type Method Description WAConfigEntryJPAWAConfigDAO. find(String key)WAConfigEntryJPAWAConfigDAO. save(WAConfigEntry configEntry)Methods in org.apache.syncope.core.persistence.jpa.dao that return types with arguments of type WAConfigEntry Modifier and Type Method Description List<WAConfigEntry>JPAWAConfigDAO. findAll()Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type WAConfigEntry Modifier and Type Method Description WAConfigEntryJPAWAConfigDAO. save(WAConfigEntry configEntry) -
Uses of WAConfigEntry in org.apache.syncope.core.persistence.jpa.entity.am
Classes in org.apache.syncope.core.persistence.jpa.entity.am that implement WAConfigEntry Modifier and Type Class Description classJPAWAConfigEntry -
Uses of WAConfigEntry in org.apache.syncope.core.provisioning.api.data
Methods in org.apache.syncope.core.provisioning.api.data that return WAConfigEntry Modifier and Type Method Description WAConfigEntryWAConfigDataBinder. set(Attr value)Methods in org.apache.syncope.core.provisioning.api.data with parameters of type WAConfigEntry Modifier and Type Method Description AttrWAConfigDataBinder. get(WAConfigEntry waConfigEntry) -
Uses of WAConfigEntry in org.apache.syncope.core.provisioning.java.data
Methods in org.apache.syncope.core.provisioning.java.data that return WAConfigEntry Modifier and Type Method Description WAConfigEntryWAConfigDataBinderImpl. set(Attr attr)Methods in org.apache.syncope.core.provisioning.java.data with parameters of type WAConfigEntry Modifier and Type Method Description AttrWAConfigDataBinderImpl. get(WAConfigEntry waConfigEntry)
-