| Package | Description |
|---|---|
| javax.persistence |
| Modifier and Type | Interface and Description |
|---|---|
interface |
TypedQuery<X> |
| Modifier and Type | Method and Description |
|---|---|
Query |
EntityManager.createNativeQuery(String sqlString) |
Query |
EntityManager.createNativeQuery(String sqlString,
Class resultClass) |
Query |
EntityManager.createNativeQuery(String sqlString,
String resultClass) |
Query |
EntityManager.createQuery(String sql) |
Copyright © 2022. All rights reserved.