public abstract class UpdateObjectDAOTest
extends java.lang.Object
| Constructor and Description |
|---|
UpdateObjectDAOTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
addNestedObject() |
void |
addNewList() |
void |
addStringsToList() |
void |
addStringsToSet() |
void |
addToExistingList() |
void |
after() |
void |
clearAndAddToList() |
void |
clearAndAddToMap() |
void |
clearList() |
void |
clearMap() |
void |
decrementIntValue() |
protected abstract UpdateObjectDAO |
getSimpleObjectReferencesDAO() |
void |
incrementDoubleValue() |
void |
incrementIntValue() |
void |
incrementIntValueAndReturnAfterModified() |
void |
incrementIntValueAndReturnBeforeModified() |
void |
incrementIntValueAndReturnNone() |
void |
incrementLongValue() |
void |
removeFromExistingList() |
void |
removeFromExistingListUsingIndex() |
protected abstract void |
reset() |
void |
setAtIndex() |
void |
updateByOtherField() |
void |
updateNestedObject() |
void |
updateSimpleFields() |
void |
updateSimpleFieldsInMultipleEntities() |
protected abstract UpdateObjectDAO getSimpleObjectReferencesDAO()
protected abstract void reset()
public void after()
public void updateSimpleFields()
public void updateSimpleFieldsInMultipleEntities()
public void addNestedObject()
public void updateNestedObject()
public void addNewList()
public void addToExistingList()
public void setAtIndex()
public void removeFromExistingList()
public void removeFromExistingListUsingIndex()
public void clearList()
public void clearAndAddToList()
public void clearMap()
public void clearAndAddToMap()
public void addStringsToList()
public void addStringsToSet()
public void updateByOtherField()
public void incrementIntValue()
public void decrementIntValue()
public void incrementLongValue()
public void incrementDoubleValue()
public void incrementIntValueAndReturnAfterModified()
public void incrementIntValueAndReturnBeforeModified()
public void incrementIntValueAndReturnNone()
Copyright © 2017. All Rights Reserved.