Type to start searching...

FileStorageMapping

Properties
data : identifier

The 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 : componentName

The 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 : identifier

The 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
  • 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.
  • PersistenceMapping - A class’ persistence mapping specifies how its instances will be persisted in a given datasource.
  • 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.
  • PersistenceMapping - A class’ persistence mapping specifies how its instances will be persisted in a given datasource.