Package ejava.examples.orm.ejbql
Class EJBQLDemo
- java.lang.Object
-
- ejava.examples.orm.ejbql.DemoBase
-
- ejava.examples.orm.ejbql.EJBQLDemo
-
public class EJBQLDemo extends DemoBase
-
-
Constructor Summary
Constructors Constructor Description EJBQLDemo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description private List<Object>
executeQuery(String ejbqlString)
private List<Object>
executeQuery(String ejbqlString, Map<String,Object> params)
void
testAll()
void
testArithmetic()
void
testBetween()
void
testConstructorExpressions()
void
testCount()
void
testDates()
void
testDISTINCT()
void
testEntityProperties()
void
testEntityRelationships()
void
testEquality()
void
testFetchJoin()
void
testIN()
void
testInnerJoin()
void
testIsEmpty()
void
testIsNull()
void
testLike()
void
testLiteral()
void
testLogical()
void
testMaxMin()
void
testMemberOf()
void
testOrderBy()
void
testOuterJoin()
void
testSimpleSelect()
void
testSpecialCharacter()
void
testStringFunctions()
void
testSubqueries()
void
testSumAve()
-
Methods inherited from class ejava.examples.orm.ejbql.DemoBase
cleanup, populate, setUp, setUpClass, tearDown, tearDownClass
-
-
-
-
Method Detail
-
testSimpleSelect
public void testSimpleSelect()
-
testEntityProperties
public void testEntityProperties()
-
testEntityRelationships
public void testEntityRelationships()
-
testConstructorExpressions
public void testConstructorExpressions()
-
testIN
public void testIN()
-
testInnerJoin
public void testInnerJoin()
-
testOuterJoin
public void testOuterJoin()
-
testFetchJoin
public void testFetchJoin()
-
testDISTINCT
public void testDISTINCT()
-
testLiteral
public void testLiteral()
-
testSpecialCharacter
public void testSpecialCharacter()
-
testLike
public void testLike()
-
testArithmetic
public void testArithmetic()
-
testLogical
public void testLogical()
-
testEquality
public void testEquality()
-
testBetween
public void testBetween()
-
testIsNull
public void testIsNull()
-
testIsEmpty
public void testIsEmpty()
-
testMemberOf
public void testMemberOf()
-
testStringFunctions
public void testStringFunctions()
-
testDates
public void testDates()
-
testCount
public void testCount()
-
testMaxMin
public void testMaxMin()
-
testSumAve
public void testSumAve()
-
testOrderBy
public void testOrderBy()
-
testSubqueries
public void testSubqueries()
-
testAll
public void testAll()
-
-