Skip to content

Passed

org.eclipse.persistence.jpa.test.query.TestQueryIN(test-jpa-jse).testQuery_Criteria_IN_SUBQUERY_Literals_1

Took 18 ms.

Standard Output

[EL Fine]: server: 2024.06.12 11:46:12.280--Thread(Thread[#1,main,5,main])--Configured server platform: org.eclipse.persistence.platform.server.NoServerPlatform
[EL Config]: metadata: 2024.06.12 11:46:12.281--ServerSession(107279519)--Thread(Thread[#1,main,5,main])--The access type for the persistent class [class org.eclipse.persistence.jpa.test.query.model.EntityTbl01] is set to [FIELD].
[EL Config]: metadata: 2024.06.12 11:46:12.281--ServerSession(107279519)--Thread(Thread[#1,main,5,main])--Th
...[truncated 2652 chars]...
OM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]
[EL Fine]: sql: 2024.06.12 11:46:12.298--ServerSession(107279519)--Connection(2025652936)--Thread(Thread[#1,main,5,main])--SELECT t0.KEY_CHAR, t0.ITEM_INTEGER1, t0.ITEM_STRING1, t0.ITEM_STRING2, t0.ITEM_STRING3, t0.ITEM_STRING4 FROM SIMPLE_TBL01 t0 WHERE t0.ITEM_STRING1 IN (SELECT t1.ITEM_STRING1 FROM SIMPLE_TBL01 t1 WHERE (t1.ITEM_STRING2 = ?))
	bind => [SEVEN]