Type (Storage Keyword)
Storage class used to provide persistence.
Synopsis
<Type>%Storage.Persistent</Type>
Value
The value of this element is a class name.
Description
This element specifies the storage class that provides persistence for this class.
The %Storage.Persistent class is the default storage class and provides the default storage structure.
The %Storage.SQL class is used for mapping classes to legacy data structures.
For serial (embedded) classes, this must be set to %Storage.Serial (which is set automatically by your IDE).
Default Value
The default value for the <Type> element is %Storage.Persistent.