Uses of Class
org.hibernate.sql.SelectValues
-
Packages that use SelectValues Package Description org.hibernate.hql.spi.id Support for multi-table update and delete statements via id-tables.org.hibernate.hql.spi.id.persistent Package contains an implementation of MultiTableBulkIdStrategy based on the use of a persistent (ANSI SQL term) table to hold id values.org.hibernate.sql -
-
Uses of SelectValues in org.hibernate.hql.spi.id
Methods in org.hibernate.hql.spi.id with parameters of type SelectValues Modifier and Type Method Description protected voidAbstractTableBasedBulkIdHandler. addAnyExtraIdSelectValues(SelectValues selectClause)Used fromAbstractTableBasedBulkIdHandler.generateIdInsertSelect(java.lang.String, org.hibernate.hql.spi.id.IdTableInfo, org.hibernate.hql.spi.id.AbstractTableBasedBulkIdHandler.ProcessedWhereClause)to allow subclasses to define any extra values to be selected (and therefore stored into the bulk-id table). -
Uses of SelectValues in org.hibernate.hql.spi.id.persistent
Methods in org.hibernate.hql.spi.id.persistent with parameters of type SelectValues Modifier and Type Method Description protected voidDeleteHandlerImpl. addAnyExtraIdSelectValues(SelectValues selectClause)protected voidUpdateHandlerImpl. addAnyExtraIdSelectValues(SelectValues selectClause) -
Uses of SelectValues in org.hibernate.sql
Methods in org.hibernate.sql that return SelectValues Modifier and Type Method Description SelectValuesSelectValues. addColumn(String qualifier, String columnName, String columnAlias)SelectValuesSelectValues. addColumns(String qualifier, String[] columnNames, String[] columnAliases)SelectValuesSelectValues. addParameter(int jdbcTypeCode, int length)SelectValuesSelectValues. addParameter(int jdbcTypeCode, int precision, int scale)
-