ObjectDB Database Search
1-9 of 9 resultsjakarta.persistence.criteria.CompoundSelection Jakarta Persistence (JPA) Interface jakarta.persistence.criteria. CompoundSelection Type Parameters: - the type of the selection item Super Interfaces: Selection , TupleElement The CompoundSelection interface defines a compound selection item (a tuple, array, or result of a constructor | |
SELECT clause (JPQL / Criteria API) The Selection interface is also a super interface of CompoundSelection , which represents multi ... ). The CriteriaBuilder interface provides three factory methods for building CompoundSelection instances ... "), c. get ("capital"). get ("name"))); The array method builds a CompoundSelection instance | |
Criteria Query Selection and Results selection expressions can be represented by CompoundSelection , which is itself a subinterface | |
jakarta.persistence.criteria.CriteriaBuilder. Since: Jakarta Persistence (JPA) 1.0 CompoundSelection array ( Selection ... selections ) Create an array-valued ... . Since: Jakarta Persistence (JPA) 1.0 CompoundSelection array ( List selections ) Create an array-valued ... . Since: Jakarta Persistence (JPA) 1.0 CompoundSelection construct ( Class resultClass , Selection | |
jakarta.persistence.criteria.CriteriaBuilder.tuple(Selection...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CompoundSelection tuple ( Selection ... selections ) Create a tuple-valued selection item. Parameters: selections - selection items Returns: tuple-valued compound selection. Throws | |
jakarta.persistence.criteria.CriteriaBuilder.tuple(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CompoundSelection tuple ( List selections ) Create a tuple-valued selection item. Parameters: selections - list of selection items Returns: tuple-valued compound selection. Throws | |
jakarta.persistence.criteria.CriteriaBuilder.array(Selection...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CompoundSelection array ( Selection ... selections ) Create an array-valued selection item. Parameters: selections - selection items Returns: array-valued compound selection. Throws | |
jakarta.persistence.criteria.CriteriaBuilder.array(List) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CompoundSelection array ( List selections ) Create an array-valued selection item. Parameters: selections - list of selection items Returns: array-valued compound selection. Throws | |
jakarta.persistence.criteria.CriteriaBuilder.construct(Class,Selection...) Jakarta Persistence (JPA) Method in jakarta.persistence.criteria.CriteriaBuilder CompoundSelection construct ( Class resultClass , Selection ... selections ) Create a selection item corresponding to a constructor. This method is used to specify a constructor |