Uses of Interface
com.blazebit.persistence.spi.DbmsDialect
-
Packages that use DbmsDialect Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of DbmsDialect in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi with parameters of type DbmsDialect Modifier and Type Method Description CriteriaBuilderConfiguration
CriteriaBuilderConfiguration. registerDialect(String dbms, DbmsDialect dialect)
Registers the given dialect for the given dbms name.
-