Package org.hibernate.hql.spi.id.inline
Class InlineIdsSubSelectValuesListBuilder
- java.lang.Object
-
- org.hibernate.hql.spi.id.inline.IdsClauseBuilder
-
- org.hibernate.hql.spi.id.inline.InlineIdsSubSelectValuesListBuilder
-
public class InlineIdsSubSelectValuesListBuilder extends IdsClauseBuilder
Builds the where SELECT FROM VALUES clause that wraps the identifiers to be updated/deleted.
-
-
Constructor Summary
Constructors Constructor Description InlineIdsSubSelectValuesListBuilder(Dialect dialect, Type identifierType, TypeResolver typeResolver, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
toStatement()
-
Methods inherited from class org.hibernate.hql.spi.id.inline.IdsClauseBuilder
getColumns, getIdentifierType, getIds, getTypeResolver, quoteIdentifier
-
-
-
-
Constructor Detail
-
InlineIdsSubSelectValuesListBuilder
public InlineIdsSubSelectValuesListBuilder(Dialect dialect, Type identifierType, TypeResolver typeResolver, java.lang.String[] columns, java.util.List<java.lang.Object[]> ids)
-
-
Method Detail
-
toStatement
public java.lang.String toStatement()
- Specified by:
toStatement
in classIdsClauseBuilder
-
-