Method Summary |
|
public void | setup() Creates the stateful bean used during the tests. |
public void | testCallNamedQueryEJBQL() Tests if the EntityManager can call a named query that is write in EJB
QL. |
public void | testCallNamedQueryNative() Tests if the EntityManager can call a named query that is write in native
SQL. |
public void | testCreateQueryEJBQL() Tests if the EntityManager can create a EJB QL query. |
public void | testCreateQueryNative00() Tests if the EntityManager can create a native query without choosing the
result class. |
public void | testCreateQueryNative01() Tests if the EntityManager can create a native query when the result
class is choosen. |
public void | testCreateQueryNative02() Tests if the EntityManager can create a native query when the
resultSetMapping is choosen. |