public interface SqlIdentityPlugin extends Modifiers
SqlFeature. These pattern have to be combined with the table and or
column name in the next way:
MODIFIER_ANY, MODIFIER_ANYSET, MODIFIER_CALL, MODIFIER_DISCRIMINATOR, MODIFIER_EMPTY, MODIFIER_GTYPE, MODIFIER_ID, MODIFIER_IDENTITY_GENERATOR, MODIFIER_IDENTITY_SELECT, MODIFIER_NOTEMPTY, MODIFIER_NOTNULL, MODIFIER_NULL, MODIFIER_SEQUENCE, MODIFIER_TYPE| Modifier and Type | Method and Description |
|---|---|
String |
identitySelect(SqlRuntimeContext runtimeCtx,
String identitySelectName,
Class<?> inputValueType)
Used to construct the identity SELECT SQL.
|
String identitySelect(SqlRuntimeContext runtimeCtx, String identitySelectName, Class<?> inputValueType)
runtimeCtx - the public runtime contextidentitySelectName - the identity SELECT SQL nameinputValueType - a dynamic input value Java typeCopyright © 2016. All rights reserved.