public class MappingFixture extends BaseObjectFixture<MappingFixture>
| Constructor and Description |
|---|
MappingFixture(Object... objectsToAdd) |
| Modifier and Type | Method and Description |
|---|---|
Fixture |
addObjects(Object... objectsToAdd)
Add entities to the current list of entities to load.
|
List<Object> |
getObjects()
Returns all entities that this fixture has to load into database.
|
addExtractorMatcher, filter, getClassesToDeleteIterator, getExtractionResult, hasNext, next, setFilterpublic MappingFixture(Object... objectsToAdd)
objectsToAdd - a list of entities to load into database. The entities can be instances of different mapping
classes, targeting different tables. Objects are loaded in order.Copyright © 2014. All Rights Reserved.