public interface AutoGeneratedKey extends ITextTag
Modifier and Type | Field and Description |
---|---|
static String |
ATTRIBUTE_COLUMNS |
static String |
ATTRIBUTE_PROPS |
static String |
ATTRIBUTE_STRATEGY |
static String |
TAG_NAME |
Modifier and Type | Method and Description |
---|---|
String |
getColumns()
A comma separated list of columns names, when multiple columns are expected
|
String[] |
getColumnsAsArray() |
String |
getProperties()
A comma separated list of property names, when multiple properties are expected
|
String[] |
getPropertiesAsArray() |
KeyGeneratorType |
getStrategy() |
boolean |
isAutoStrategy() |
boolean |
isSequenceStrategy() |
static final String TAG_NAME
static final String ATTRIBUTE_STRATEGY
static final String ATTRIBUTE_COLUMNS
static final String ATTRIBUTE_PROPS
KeyGeneratorType getStrategy()
boolean isAutoStrategy()
boolean isSequenceStrategy()
String getColumns()
String[] getColumnsAsArray()
String[] getPropertiesAsArray()
String getProperties()
Copyright © 2012–2020 jkniv, copyleft code. All rights reserved.