Uses of Interface
org.apache.syncope.core.persistence.api.entity.Batch
-
Packages that use Batch Package Description org.apache.syncope.core.persistence.api.dao org.apache.syncope.core.persistence.jpa.dao org.apache.syncope.core.persistence.jpa.entity -
-
Uses of Batch in org.apache.syncope.core.persistence.api.dao
Methods in org.apache.syncope.core.persistence.api.dao that return Batch Modifier and Type Method Description BatchBatchDAO. find(String key)BatchBatchDAO. save(Batch batch)Methods in org.apache.syncope.core.persistence.api.dao with parameters of type Batch Modifier and Type Method Description BatchBatchDAO. save(Batch batch) -
Uses of Batch in org.apache.syncope.core.persistence.jpa.dao
Methods in org.apache.syncope.core.persistence.jpa.dao that return Batch Modifier and Type Method Description BatchJPABatchDAO. find(String key)BatchJPABatchDAO. save(Batch batch)Methods in org.apache.syncope.core.persistence.jpa.dao with parameters of type Batch Modifier and Type Method Description BatchJPABatchDAO. save(Batch batch) -
Uses of Batch in org.apache.syncope.core.persistence.jpa.entity
Classes in org.apache.syncope.core.persistence.jpa.entity that implement Batch Modifier and Type Class Description classJPABatch
-