public class FilterableFixtureProxy extends Object implements FilterableFixture
Fixture actually implements
FilterableFixture but still get consistent result.| Constructor and Description |
|---|
FilterableFixtureProxy(Fixture fixture) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
filter(Object entity)
Determines whether the entity must be inserted in database or not.
|
static FilterableFixtureProxy |
get(Fixture fixture)
Returns a new instance of
FilterableFixtureProxy. |
public FilterableFixtureProxy(Fixture fixture)
public static FilterableFixtureProxy get(Fixture fixture)
FilterableFixtureProxy.fixture - the fixture instance to proxy.FilterableFixture.public boolean filter(Object entity)
filter in interface FilterableFixtureentity - the entity to filter.true if the entity must be inserted.Copyright © 2014. All Rights Reserved.