Database.DefinitionStages.WithPersistence Interface
public static interface Database.DefinitionStages.WithPersistence
The stage of the Database definition allowing to specify persistence.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withPersistence(Persistence persistence)
Specifies the persistence property: Persistence settings. |
Method Details
withPersistence
public abstract Database.DefinitionStages.WithCreate withPersistence(Persistence persistence)
Specifies the persistence property: Persistence settings.
Parameters:
Returns: