public class HqlAndParametersBuilderTest extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.nuiton.topia.persistence.HqlAndParametersBuilder |
hqlAndParametersBuilder |
protected static Collection<String> |
SOME_VALUES |
protected static Collection<String> |
SOME_VALUES_WITH_NULL |
| Constructor and Description |
|---|
HqlAndParametersBuilderTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
testAddInWithNull() |
void |
testAddNotEqualsToNull() |
void |
testAddNotEqualsToValue() |
void |
testAddNotInWithNull() |
void |
testEqualsNull() |
void |
testFindAvailableHqlParameterName() |
protected org.nuiton.topia.persistence.HqlAndParametersBuilder hqlAndParametersBuilder
protected static final Collection<String> SOME_VALUES
protected static final Collection<String> SOME_VALUES_WITH_NULL
public void testFindAvailableHqlParameterName()
public void testEqualsNull()
public void testAddInWithNull()
public void testAddNotEqualsToValue()
public void testAddNotEqualsToNull()
public void testAddNotInWithNull()
Copyright © 2004–2013 CodeLutin. All rights reserved.