Uses of Interface
org.hibernate.query.sqm.spi.JdbcParameterBySqmParameterAccess
-
Packages that use JdbcParameterBySqmParameterAccess Package Description org.hibernate.dialect This package abstracts over the multifarious dialects of SQL understood by the databases supported by Hibernate.org.hibernate.query.sqm.sql Package for the translation of SQM into SQL AST -
-
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.dialect
Classes in org.hibernate.dialect that implement JdbcParameterBySqmParameterAccess Modifier and Type Class Description classSybaseSqmToSqlAstConverter<T extends Statement>A SQM to SQL AST translator for Sybase ASE. -
Uses of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.sql
Subinterfaces of JdbcParameterBySqmParameterAccess in org.hibernate.query.sqm.sql Modifier and Type Interface Description interfaceSqmTranslator<T extends Statement>Classes in org.hibernate.query.sqm.sql that implement JdbcParameterBySqmParameterAccess Modifier and Type Class Description classBaseSqmToSqlAstConverter<T extends Statement>
-