ObjectDB Database Search

1-7 of 7 results

SELECT clause (JPQL / Criteria API)

interface is also a superinterface of CompoundSelection , which represents a multiselection ... . The CriteriaBuilder interface provides three factory methods for building CompoundSelection instances: array ... . get ("capital"). get ("name"))); The array method builds a CompoundSelection instance, which represents

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