Package | Description |
---|---|
com.blazebit.persistence.spi |
SPI for implementers of the Blaze-Persistence API.
|
Modifier and Type | Method and Description |
---|---|
static DbmsModificationState |
DbmsModificationState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DbmsModificationState[] |
DbmsModificationState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Map<String,String> |
DbmsDialect.appendExtendedSql(StringBuilder sqlSb,
DbmsStatementType statementType,
boolean isSubquery,
boolean isEmbedded,
StringBuilder withClause,
String limit,
String offset,
String[] returningColumns,
Map<DbmsModificationState,String> includedModificationStates)
Appends the with clause to the sql string builder.
|
Copyright © 2014–2018 Blazebit. All rights reserved.