Uses of Interface
com.blazebit.persistence.spi.OrderByElement
-
Packages that use OrderByElement Package Description com.blazebit.persistence.spi SPI for implementers of the Blaze-Persistence API. -
-
Uses of OrderByElement in com.blazebit.persistence.spi
Methods in com.blazebit.persistence.spi with parameters of type OrderByElement Modifier and Type Method Description void
DbmsDialect. appendOrderByElement(StringBuilder sqlSb, OrderByElement orderByElement, String[] aliases)
Appends the order by element to the SQL builder.
-