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 interfaceContentExporterinterfaceContentLoader -
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 classXMLContentExporterExport internal storage content as XML.classXMLContentLoaderInitialize Database with default content if no data is present already.
-