PersistentAttribute Constructors
Indicates that a property, field or class will be stored in a persistent data store and specifies the target column or table name.| Name | Parameters | Description |
|---|---|---|
| PersistentAttribute() | none | Initializes a new instance of the PersistentAttribute class. |
| PersistentAttribute(String) | mapTo | Initializes a new instance of the PersistentAttribute class with the specified name for the table or column. |
See Also