@NonNullApi
| Interface | Description |
|---|---|
| DbmsFeatures |
Interface defining methods of getting some DBMS-specific values.
|
| DbTypeConverter |
Interface defining methods to convert data between Java objects and JDBC params and results depending on the current
DBMS type.
|
| JpqlSortExpressionProvider |
Spring bean that generates sort expression for datatype and LOB properties.
|
| SequenceSupport |
Interface defining methods for managing database sequences.
|
| Class | Description |
|---|---|
| DbmsSpecifics |
Factory for obtaining implementations of DBMS-specific objects, particularly
DbmsFeatures,
SequenceSupport and DbTypeConverter. |
| DbmsType |
INTERNAL.
|