@Component(value="sqlServerDbmsFeatures") public class SqlServerDbmsFeatures extends java.lang.Object implements DbmsFeatures
| Constructor and Description |
|---|
SqlServerDbmsFeatures() |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<java.lang.String,java.lang.String> |
getJpaParameters() |
java.lang.String |
getTimeStampType() |
java.lang.String |
getTransactionTimeoutStatement() |
java.lang.String |
getTypeAndVersion()
Provides information about
jmix.data.dbmsType and jmix.data.dbmsVersion this bean designed for. |
java.lang.String |
getUniqueConstraintViolationPattern() |
java.lang.String |
getUuidTypeClassName() |
boolean |
isNullsLastSorting() |
boolean |
supportsLobSortingAndFiltering() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetMaxIdsBatchSize, useOrderByForPagingpublic java.util.Map<java.lang.String,java.lang.String> getJpaParameters()
getJpaParameters in interface DbmsFeaturespublic java.lang.String getTimeStampType()
getTimeStampType in interface DbmsFeatures@Nullable public java.lang.String getUuidTypeClassName()
getUuidTypeClassName in interface DbmsFeatures@Nullable public java.lang.String getTransactionTimeoutStatement()
getTransactionTimeoutStatement in interface DbmsFeaturesThe statement text should contain %d placeholder that will be replaced by timeout value in milliseconds.
public java.lang.String getUniqueConstraintViolationPattern()
getUniqueConstraintViolationPattern in interface DbmsFeaturespublic boolean isNullsLastSorting()
isNullsLastSorting in interface DbmsFeaturespublic boolean supportsLobSortingAndFiltering()
supportsLobSortingAndFiltering in interface DbmsFeaturespublic java.lang.String getTypeAndVersion()
DbmsFeaturesjmix.data.dbmsType and jmix.data.dbmsVersion this bean designed for. Version can be empty.getTypeAndVersion in interface DbmsFeatures