public interface ColumnStrategy
| Modifier and Type | Interface and Description |
|---|---|
static class |
ColumnStrategy.DefaultStrategy |
static class |
ColumnStrategy.NotNullStrategy |
static class |
ColumnStrategy.NullStrategy |
static class |
ColumnStrategy.StrategyType |
| Modifier and Type | Field and Description |
|---|---|
static ColumnStrategy |
NOT_NULL_STRATEGY |
static ColumnStrategy |
NULL_STRATEGY |
| Modifier and Type | Method and Description |
|---|---|
default Object |
getDefaultValue() |
ColumnStrategy.StrategyType |
getType() |
static final ColumnStrategy NOT_NULL_STRATEGY
static final ColumnStrategy NULL_STRATEGY
ColumnStrategy.StrategyType getType()
default Object getDefaultValue()
Copyright © 2020. All rights reserved.