Package io.iworkflow.core.persistence
Class PersistenceSchemaOptions
- java.lang.Object
-
- io.iworkflow.core.persistence.PersistenceSchemaOptions
-
@Immutable public abstract class PersistenceSchemaOptions extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PersistenceSchemaOptions()
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description static io.iworkflow.core.persistence.ImmutablePersistenceSchemaOptions.Builder
builder()
abstract boolean
getCachingDataAttributesByMemo()
static PersistenceSchemaOptions
getDefault()
-
-
-
Method Detail
-
getCachingDataAttributesByMemo
public abstract boolean getCachingDataAttributesByMemo()
-
getDefault
public static PersistenceSchemaOptions getDefault()
-
builder
public static io.iworkflow.core.persistence.ImmutablePersistenceSchemaOptions.Builder builder()
-
-