All Known Implementing Classes:
BandanaDataExporter, BodyContentDataExporter, BucketsExporter, Content2ContentRelationEntityDataExporter, ContentEntityDatabaseDataExporter, ContentPropertyDataExporter, GenericSiteExporter, LabellingExporter, NotificationDatabaseDataExporter, PageTemplateExporter, SimpleEntityExporter, SingleDependencyGenericExporter, SpaceDatabaseDataExporter

public interface Exporter
  • Method Details

    • getEntityInfo

      ExportableEntityInfo getEntityInfo()
      Returns default entity info for persister. Will fail if the persister has to work with multiple hibernate entitites.
    • getEntityInfo

      ExportableEntityInfo getEntityInfo(Class<?> exportedClass)
      Returns default entity info for the particular class.