Uses of Interface
jakarta.persistence.Tuple
Packages that use Tuple
Package
Description
Jakarta Persistence Criteria API
An SPI for managing cases where, by default, Hibernate intentionally violates
the letter of the JPA specification.
Everything related to HQL/JPQL, native SQL, and criteria queries.
The JPA-standard criteria query API defines all the operations needed express
any query written in standard JPQL.
SPI for extending
HibernateCriteriaBuilder
with additional functionality by registering a Service.This package defines a semantic model of HQL queries.
Package for the SQM-backed Query implementation details
Nodes representing
insert statements in the SQM tree.-
Uses of Tuple in jakarta.persistence.criteria
Methods in jakarta.persistence.criteria that return types with arguments of type TupleModifier and TypeMethodDescriptionCriteriaBuilder.createTupleQuery()Create aCriteriaQueryobject that returns a tuple of objects as its result.Create a tuple-valued selection item. -
Uses of Tuple in org.hibernate.jpa.spi
Methods in org.hibernate.jpa.spi that return TupleModifier and TypeMethodDescriptionNativeQueryTupleTransformer.transformTuple(Object[] tuple, String[] aliases) Methods in org.hibernate.jpa.spi that return types with arguments of type Tuple -
Uses of Tuple in org.hibernate.query
Subinterfaces of Tuple in org.hibernate.query -
Uses of Tuple in org.hibernate.query.criteria
Methods in org.hibernate.query.criteria that return types with arguments of type TupleModifier and TypeMethodDescriptionHibernateCriteriaBuilder.createTupleQuery()HibernateCriteriaBuilder.tuple(List<? extends JpaSelection<?>> selections) Method parameters in org.hibernate.query.criteria with type arguments of type TupleModifier and TypeMethodDescriptionJpaCriteriaInsertSelect.select(CriteriaQuery<Tuple> criteriaQuery) -
Uses of Tuple in org.hibernate.query.criteria.spi
Methods in org.hibernate.query.criteria.spi that return types with arguments of type TupleModifier and TypeMethodDescriptionHibernateCriteriaBuilderDelegate.createTupleQuery()HibernateCriteriaBuilderDelegate.tuple(List<? extends JpaSelection<?>> selections) -
Uses of Tuple in org.hibernate.query.sqm
Methods in org.hibernate.query.sqm that return types with arguments of type TupleModifier and TypeMethodDescriptionNodeBuilder.createTupleQuery()NodeBuilder.tuple(List<? extends JpaSelection<?>> selections) -
Uses of Tuple in org.hibernate.query.sqm.internal
Methods in org.hibernate.query.sqm.internal that return types with arguments of type TupleModifier and TypeMethodDescriptionSqmCriteriaNodeBuilder.createTupleQuery()SqmCriteriaNodeBuilder.tuple(List<? extends JpaSelection<?>> selections) -
Uses of Tuple in org.hibernate.query.sqm.tree.insert
Method parameters in org.hibernate.query.sqm.tree.insert with type arguments of type TupleModifier and TypeMethodDescriptionSqmInsertSelectStatement.select(CriteriaQuery<Tuple> criteriaQuery) -
Uses of Tuple in org.hibernate.sql.results.internal
Classes in org.hibernate.sql.results.internal that implement TupleMethods in org.hibernate.sql.results.internal that return Tuple