Jakarta Persistence (JPA) Method
CompoundSelection<Y> construct(
Class<Y> resultClass,
Selection<?>... selections
)
Create a selection item corresponding to a constructor. This method is used to specify a constructor that is applied to the results of the query execution. If the constructor is for an entity class, the resulting entities will be in the new state after the query is executed.
- Parameters:
selections- arguments to the constructorresultClass- class whose instance is to be constructed
- Returns:
- compound selection item.
- Throws:
- if an argument is a tuple- or array-valued selection item.IllegalArgumentException
- Since:
- Jakarta Persistence (JPA) 1.0