Is it possible to do the following SQL query with CriteriaQuery (EclipseLink) ?
INSERT INTO my_table (SELECT columns FROM other_table)
Is it possible to do the following SQL query with CriteriaQuery (EclipseLink) ?
INSERT INTO my_table (SELECT columns FROM other_table)
No. All possible modes of Criteria (SELECT, UPDATE, DELETE) are shown on this page http://www.datanucleus.org/products/accessplatform_4_0/jpa/jpql_criteria.html