public class BasicQLinTestCase
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
BasicQLinTestCase.Cat |
static class |
BasicQLinTestCase.Dog |
static interface |
BasicQLinTestCase.Pet<T> |
| Constructor and Description |
|---|
BasicQLinTestCase() |
| Modifier and Type | Method and Description |
|---|---|
void |
assertQuery(java.util.List<? extends BasicQLinTestCase.Pet> expected,
BasicQLinTestCase.Pet pet,
java.lang.String name) |
void |
testExecute() |
void |
testField() |
void |
testFromSelect() |
void |
testLimit() |
void |
testPredefinedPrototype() |
void |
testQueryingByInterface() |
void |
testTwoLevelField() |
void |
testUpdate() |
void |
testWhereAsNativeQuery() |
void |
testWhereFieldNameAsString() |
void |
testWherePrototypeFieldIsGreater() |
void |
testWherePrototypeFieldIsPrimitiveInt() |
void |
testWherePrototypeFieldIsSmaller() |
void |
testWherePrototypeFieldIsString() |
void |
testWherePrototypeFieldStartsWith() |
public void testFromSelect()
public void testWhereFieldNameAsString()
public void testWherePrototypeFieldIsString()
public void testWherePrototypeFieldStartsWith()
public void testField()
public void testWherePrototypeFieldIsPrimitiveInt()
public void testWherePrototypeFieldIsSmaller()
public void testWherePrototypeFieldIsGreater()
public void testLimit()
public void testPredefinedPrototype()
public void testQueryingByInterface()
public void testTwoLevelField()
public void testWhereAsNativeQuery()
public void testUpdate()
public void testExecute()
public void assertQuery(java.util.List<? extends BasicQLinTestCase.Pet> expected, BasicQLinTestCase.Pet pet, java.lang.String name)