t_PersistenceMapping_FileStorageMapping
FileStorageMapping
Properties
data : identifierThe attribute name that is mapped to the contents of the file.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
keyGenerator : componentNameThe key generator component to use for generating names for files as they are persisted.
- Example
KeyGenerator.GUIDGen
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*((:|\.)[\p{L}_][\p{L}\p{N}_]*)* name : identifierThe attribute name that is mapped to the file name.
Valid values based on“string”. :?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)* Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.
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