Interface Exporter
- All Known Implementing Classes:
BandanaDataExporter
,BodyContentDataExporter
,BucketsExporter
,Content2ContentRelationEntityDataExporter
,ContentEntityDatabaseDataExporter
,ContentPropertyDataExporter
,GenericSiteExporter
,LabellingExporter
,NotificationDatabaseDataExporter
,PageTemplateExporter
,SimpleEntityExporter
,SingleDependencyGenericExporter
,SpaceDatabaseDataExporter
public interface Exporter
-
Method Summary
Modifier and TypeMethodDescriptionReturns default entity info for persister.getEntityInfo
(Class<?> exportedClass) Returns default entity info for the particular class.
-
Method Details
-
getEntityInfo
ExportableEntityInfo getEntityInfo()Returns default entity info for persister. Will fail if the persister has to work with multiple hibernate entitites. -
getEntityInfo
Returns default entity info for the particular class.
-