Uses of Interface
org.apache.syncope.core.persistence.api.content.ContentDealer
-
Packages that use ContentDealer Package Description org.apache.syncope.core.persistence.api.content org.apache.syncope.core.persistence.jpa.content -
-
Uses of ContentDealer in org.apache.syncope.core.persistence.api.content
Subinterfaces of ContentDealer in org.apache.syncope.core.persistence.api.content Modifier and Type Interface Description interface
ContentExporter
interface
ContentLoader
-
Uses of ContentDealer in org.apache.syncope.core.persistence.jpa.content
Classes in org.apache.syncope.core.persistence.jpa.content that implement ContentDealer Modifier and Type Class Description class
XMLContentExporter
Export internal storage content as XML.class
XMLContentLoader
Initialize Database with default content if no data is present already.
-