t_PersistenceMapping_ServiceMapping
ServiceMapping
Properties
derived : booleanTrue to inherit mapping scripts from the base class; false to ignore the base mappings. The base mappings can be overridden by specifying a similar mapping on the derived class. The persistence mapping of this class is only considered compatible with the base class if this flag is set to true and the object keys match in both count and type.
keyGenerator : componentNameThe key generator component to use.
- Example
KeyGenerator.GUIDGen
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*((:|\.)[\p{L}_][\p{L}\p{N}_]*)*
Content
Sequence of:
Parents
t_RelationalMapping_AttributeMappings_AttributeMapping_PersistenceMapping - A persistence mapping specifies how instances are persisted in a given data source. The type of the specified data source determines the mapping structure.
t_Aspect_PersistenceMappings_PersistenceMapping - A class’ persistence mapping specifies how its instances will be persisted in a given datasource.
t_Augment_PersistenceMapping - A persistence mapping specifies how instances are persisted in a given data source. The type of the specified data source determines the mapping structure.
t_Class_PersistenceMapping - A class’ persistence mapping specifies how its instances will be persisted in a given datasource.
Parent topic: t_Aspect_PersistenceMappings_PersistenceMapping
Parent topic: t_Augment_PersistenceMapping
Parent topic: t_Class_PersistenceMapping
Parent topic: t_RelationalMapping_AttributeMappings_AttributeMapping_PersistenceMapping