Package com.cmobilecom.af.entity.persistence
Entity persistence related types such as IdRule, OR mapping, import/export support, and utility.
- Since:
- 1.0
-
Interface Summary Interface Description EntityExportSupport Tag interface.EntityFile Entities of the type that implements EntityFile are stored on file system instead of database.EntityImport EntityImport interface for showing entity import form with options.EntityImportDataSource<T extends PersistenceEntity> EntityImportDataSource: data source for entity import.EntityImportSupport Tag interface.EntityImportValidator<T extends PersistenceEntity> EntityImportValidator: validate entity XML element when importing entities.IdGen IdGen describes the table for Id Table Generator.IdRule ID Rule is the rule of generating entity IDs. -
Class Summary Class Description DataTypeConverter<T extends PersistenceEntity> DataType converter, mapping DataType to database column.EntityFileIdentifier EntityFileIdentifier that is used to uniquely identify an entity that is a EntityFile.EntityTypeIdConverter<T extends PersistenceEntity> EntityTypeId converter, mapping EntityTypeId to database column.LocaleConverter Locale converter for JPA.Utility Persistence entity utilities -
Enum Summary Enum Description EntityImport.ConflictAction ConflictAction: how to handle conflict when an entity with the same id exists in persistence.IdRule.BarcodeType Barcode TypeIdRule.IdGenStrategy Id generate strategy