A B C D E F G H I L M N O P R S T U V W X 

A

add(Object, String) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
Add a new entity to an extraction collection.
addClassesToDelete(Class...) - Method in class net.cpollet.jixture.fixtures.CleaningFixture
Add Hibernate mappings to the list of mappings representing the tables to truncate.
addExtractorMatcher(ExtractorMatcher) - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
Add an extractor matcher.
addExtractorMatcher(ExtractorMatcher) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorDelegate
Add an extractor matcher.
addExtractorMatcher(ExtractorMatcher) - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
Add an extractor matcher.
addExtractorMatcher(ExtractorMatcher) - Method in class net.cpollet.jixture.fixtures.SpringFixture
Add an extractor matcher.
addExtractorMatcher(ExtractorMatcher) - Method in class net.cpollet.jixture.fixtures.XmlFileFixture
Add an extractor matcher.
addFieldGenerator(String, FieldGenerator) - Method in class net.cpollet.jixture.fixtures.generator.field.MultiFieldGenerator
 
addFieldGenerator(String, FieldGenerator) - Method in class net.cpollet.jixture.fixtures.generator.fixture.TemplateGenerator
addFixtures(Fixture...) - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
addFixtures(Collection<Fixture>) - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
addFixtures(String...) - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
addFixtures(Fixture...) - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Adds fixtures to the fixtures to be loaded.
addFixtures(Collection<Fixture>) - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Adds a collection fixtures to the fixtures to be loaded.
addFixtures(String...) - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Adds fixtures to the fixtures to be loaded.
addGenerators(FixtureGenerator...) - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
 
addObjects(Object...) - Method in class net.cpollet.jixture.fixtures.MappingFixture
Add entities to the current list of entities to load.
addObjects(T...) - Method in interface net.cpollet.jixture.fixtures.ObjectFixture
Adds object to the list of object to load into database.
afterPropertiesSet() - Method in class net.cpollet.jixture.dao.UnitDaoFactory
 
afterPropertiesSet() - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
afterPropertiesSet() - Method in class net.cpollet.jixture.fixtures.transformers.FixtureTransformerFactory
 
afterPropertiesSet() - Method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
afterPropertiesSet() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
And - Class in net.cpollet.jixture.fixtures.capacities.filtering
Builds a conjunction of Filter.
and(Filter...) - Static method in class net.cpollet.jixture.fixtures.capacities.filtering.Filters
 
annotatedClasses - Variable in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 

B

BaseDatabaseTestSupport - Class in net.cpollet.jixture.support
Provides default implementation for DatabaseTestSupport interface.
BaseDatabaseTestSupport() - Constructor for class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
BaseFieldGenerator<T> - Class in net.cpollet.jixture.fixtures.generator.field
Base class for FieldGenerator.
BaseFieldGenerator() - Constructor for class net.cpollet.jixture.fixtures.generator.field.BaseFieldGenerator
 
BaseFixtureGenerator - Class in net.cpollet.jixture.fixtures.generator.fixture
Base class for FixtureGenerator.
BaseFixtureGenerator() - Constructor for class net.cpollet.jixture.fixtures.generator.fixture.BaseFixtureGenerator
 
BaseObjectFixture<T extends BaseObjectFixture> - Class in net.cpollet.jixture.fixtures
Base class for ObjectFixture implementations.
BaseObjectFixture() - Constructor for class net.cpollet.jixture.fixtures.BaseObjectFixture
 

C

CleanableFixture - Interface in net.cpollet.jixture.fixtures.capacities.cleaning
Fixtures providing cleaning features must implement this interface.
CleanableFixtureProxy - Class in net.cpollet.jixture.fixtures.capacities.cleaning
Proxy class for CleanableFixture.
CleanableFixtureProxy(Fixture) - Constructor for class net.cpollet.jixture.fixtures.capacities.cleaning.CleanableFixtureProxy
 
cleanedEntities - Variable in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
CleaningFixture - Class in net.cpollet.jixture.fixtures
A fixture that only truncates tables but does not insert an data into them.
CleaningFixture(Class...) - Constructor for class net.cpollet.jixture.fixtures.CleaningFixture
 
clear() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
clear() - Method in interface net.cpollet.jixture.dao.UnitDao
Clears the session, ie. remove all entities from memory cache.
CommitDatabaseTestSupport - Class in net.cpollet.jixture.support
Allows to load data in commit mode.
CommitDatabaseTestSupport() - Constructor for class net.cpollet.jixture.support.CommitDatabaseTestSupport
 
create(Matcher) - Static method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorMatcher
Create an extractor matcher with a matcher instance.
create(String, Matcher) - Static method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorMatcher
Create an extractor matcher with a given name and a matcher instance.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.DateSequence
Returns the current sequence value.
current() - Method in interface net.cpollet.jixture.fixtures.generator.field.FieldGenerator
Returns the current element.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
Returns the next sequence value.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
Returns the current sequence value.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.ListSequence
Returns the current sequence value.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
Returns the next sequence value.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.LongSequence
Returns the current sequence value.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.MultiFieldGenerator
 
current() - Method in class net.cpollet.jixture.fixtures.generator.field.SimpleStringSequence
Returns the current sequence value.
current() - Method in class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
Returns the next sequence value.

D

DatabaseTestSupport - Interface in net.cpollet.jixture.support
Provides a set of method that can be useful in the context of unit/integration testing.
DateSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates a sequence of Date.
DateSequence(DateTime, DateTime) - Constructor for class net.cpollet.jixture.fixtures.generator.field.DateSequence
Build a sequence that will return values between start and end (inclusive) with an increment of 1 day.
DateSequence(DateTime, DateTime, ReadableDuration) - Constructor for class net.cpollet.jixture.fixtures.generator.field.DateSequence
Build a sequence that will return values between start and end (inclusive) with an increment of increment.
DateSequence(DateTime, DateTime, ReadablePeriod) - Constructor for class net.cpollet.jixture.fixtures.generator.field.DateSequence
Build a sequence that will return values between start and end (inclusive) with an increment of increment.
delete(Object) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
delete(Object) - Method in interface net.cpollet.jixture.dao.UnitDao
Deletes an entity from database.
deleteAll(Class) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
deleteAll(Class) - Method in interface net.cpollet.jixture.dao.UnitDao
Deletes all entities of given mapping.
deleteEntitiesOfClass(Iterator<Class>) - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader.Executable
 

E

ExceptionUtils - Class in net.cpollet.jixture.utils
 
ExceptionUtils() - Constructor for class net.cpollet.jixture.utils.ExceptionUtils
 
execute(String) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
execute(String) - Method in interface net.cpollet.jixture.dao.UnitDao
Executes a SQL query against the database.
execute() - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader.Executable
 
execute(FixtureLoader.Mode, SimpleFixtureLoader.Executable) - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
extractEntity(Object) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorDelegate
 
ExtractionCapableFixture - Interface in net.cpollet.jixture.fixtures.capacities.extraction
Fixtures that support entities extraction implement this interface.
ExtractionResult - Class in net.cpollet.jixture.fixtures.capacities.extraction
Holds the results of entities extractions.
ExtractionResult() - Constructor for class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
 
ExtractorDelegate - Class in net.cpollet.jixture.fixtures.capacities.extraction
Implementaion of ExtractionCapableFixture that Fixture classes can delegate to.
ExtractorDelegate() - Constructor for class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorDelegate
 
ExtractorMatcher - Class in net.cpollet.jixture.fixtures.capacities.extraction
 

F

FieldGenerator<T> - Interface in net.cpollet.jixture.fixtures.generator.field
Generates field values.
FieldGenerators - Class in net.cpollet.jixture.fixtures.generator.field
Helper class to create instance of FieldGenerator in a factory style.
FieldGenerators() - Constructor for class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
filter(Object) - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
Determines whether the entity must be inserted in database or not.
filter(Object) - Method in class net.cpollet.jixture.fixtures.capacities.filtering.And
Returns true only if all filter return true.
Filter - Interface in net.cpollet.jixture.fixtures.capacities.filtering
The Filter filter interface.
filter(Object) - Method in interface net.cpollet.jixture.fixtures.capacities.filtering.Filter
This method must return true when the entity must be saved.
filter(Object) - Method in interface net.cpollet.jixture.fixtures.capacities.filtering.FilterableFixture
Determines whether the entity must be inserted in database or not.
filter(Object) - Method in class net.cpollet.jixture.fixtures.capacities.filtering.FilterableFixtureProxy
Determines whether the entity must be inserted in database or not.
filter(Object) - Method in class net.cpollet.jixture.fixtures.capacities.filtering.Not
Negates the inner filter value.
filter(Object) - Method in class net.cpollet.jixture.fixtures.capacities.filtering.Or
Returns true if at least on filter returns true.
filter(Object) - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
Determines whether the entity must be inserted in database or not.
FilterableFixture - Interface in net.cpollet.jixture.fixtures.capacities.filtering
Fixtures providing filtering capacities before saving entities must implement this interface.
FilterableFixtureProxy - Class in net.cpollet.jixture.fixtures.capacities.filtering
Proxy class for CleanableFixture.
FilterableFixtureProxy(Fixture) - Constructor for class net.cpollet.jixture.fixtures.capacities.filtering.FilterableFixtureProxy
 
Filters - Class in net.cpollet.jixture.fixtures.capacities.filtering
Helper class to create Filters instances.
Filters() - Constructor for class net.cpollet.jixture.fixtures.capacities.filtering.Filters
 
Fixture - Interface in net.cpollet.jixture.fixtures
Base interface for all kind of fixtures.
FixtureGenerator - Interface in net.cpollet.jixture.fixtures.generator.fixture
Automatically generates entities.
FixtureLoader - Interface in net.cpollet.jixture.fixtures.loaders
 
fixtureLoader - Variable in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
FixtureLoader.Mode - Enum in net.cpollet.jixture.fixtures.loaders
 
FixtureTransformer<From extends Fixture,To extends Fixture> - Interface in net.cpollet.jixture.fixtures.transformers
 
FixtureTransformerFactory - Class in net.cpollet.jixture.fixtures.transformers
 
FixtureTransformerFactory() - Constructor for class net.cpollet.jixture.fixtures.transformers.FixtureTransformerFactory
 
flush() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
flush() - Method in interface net.cpollet.jixture.dao.UnitDao
Flushes the session, ie. synchronize the underlying database with persistable state held in memory.
flushAndClear() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
flushAndClear() - Method in interface net.cpollet.jixture.dao.UnitDao
Flushes and clears the session.
from(Object) - Static method in class net.cpollet.jixture.fixtures.GeneratedFixture
 
from(Class, int) - Static method in class net.cpollet.jixture.fixtures.GeneratedFixture
 

G

GeneratedFixture - Class in net.cpollet.jixture.fixtures
Generate entities on the fly.
GeneratedFixture(FixtureGenerator...) - Constructor for class net.cpollet.jixture.fixtures.GeneratedFixture
 
get(Fixture) - Static method in class net.cpollet.jixture.fixtures.capacities.cleaning.CleanableFixtureProxy
Returns a new instance of CleanableFixtureProxy.
get(Fixture) - Static method in class net.cpollet.jixture.fixtures.capacities.filtering.FilterableFixtureProxy
Returns a new instance of FilterableFixtureProxy.
getAll(Class<T>) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
getAll(Class<T>) - Method in interface net.cpollet.jixture.dao.UnitDao
Returns a list of stored entities.
getClasses() - Method in class net.cpollet.jixture.fixtures.SpringFixture
Returns the bean classes to load.
getClassesToDeleteIterator() - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
Returns an ordered iterator of mapping classes to delete from database.
getClassesToDeleteIterator() - Method in interface net.cpollet.jixture.fixtures.capacities.cleaning.CleanableFixture
Returns an ordered iterator of mapping classes to delete from database.
getClassesToDeleteIterator() - Method in class net.cpollet.jixture.fixtures.capacities.cleaning.CleanableFixtureProxy
Returns an ordered iterator of mapping classes to delete from database.
getClassesToDeleteIterator() - Method in class net.cpollet.jixture.fixtures.CleaningFixture
Returns an ordered iterator of mapping classes to delete from database.
getClassesToDeleteIterator() - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
Returns an ordered iterator of mapping classes to delete from database.
getClassesToDeleteIterator() - Method in class net.cpollet.jixture.fixtures.SqlFileFixture
Returns an ordered iterator of mapping classes to delete from database.
getClassesToDeleteIterator() - Method in class net.cpollet.jixture.fixtures.SqlFixture
Returns an ordered iterator of mapping classes to delete from database.
getCommitMode() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
getCommitMode() - Method in class net.cpollet.jixture.support.CommitDatabaseTestSupport
Returns the commit mode.
getCommitMode() - Method in class net.cpollet.jixture.support.NoCommitDatabaseTestSupport
Returns the commit mode.
getContext() - Method in class net.cpollet.jixture.fixtures.SpringFixture
Returns the context file path.
getEmbeddableField() - Method in class net.cpollet.jixture.helper.MappingField
 
getEntities(String) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
Returns all entities stored in the given collection.
getEntities(Class) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
Returns all entities of the given type.
getEntities(String, Class) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
Returns all entities of a given type from a particular collection.
getEntities() - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
Returns all entities.
getExtractionResult() - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
Returns the extraction result.
getExtractionResult() - Method in interface net.cpollet.jixture.fixtures.capacities.extraction.ExtractionCapableFixture
Returns the extraction result.
getExtractionResult() - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorDelegate
Returns the extraction result.
getExtractionResult() - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
Returns the extraction result.
getExtractionResult() - Method in class net.cpollet.jixture.fixtures.SpringFixture
Returns the extraction result.
getExtractionResult() - Method in class net.cpollet.jixture.fixtures.XmlFileFixture
Returns the extraction result.
getField() - Method in class net.cpollet.jixture.helper.MappingField
 
getFieldsByMappingClass(Class) - Method in interface net.cpollet.jixture.helper.MappingDefinitionHolder
 
getFieldsByMappingClass(Class) - Method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
getFieldsUpToObject(Class<?>) - Static method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
getFilter() - Method in class net.cpollet.jixture.fixtures.SpringFixture
 
getFilter() - Method in class net.cpollet.jixture.fixtures.XmlFileFixture
 
getFixtures() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
getFixtures() - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Returns the registered fixtures.
getFixtureTransformer(TransformableFixture) - Method in class net.cpollet.jixture.fixtures.transformers.FixtureTransformerFactory
 
getFixtureTransformer(Fixture) - Method in class net.cpollet.jixture.fixtures.transformers.FixtureTransformerFactory
 
getFromType() - Method in interface net.cpollet.jixture.fixtures.transformers.FixtureTransformer
 
getFromType() - Method in class net.cpollet.jixture.fixtures.transformers.SpringFixtureTransformer
 
getFromType() - Method in class net.cpollet.jixture.fixtures.transformers.XmlFileFixtureTransformer
 
getGeneratedClass() - Method in interface net.cpollet.jixture.fixtures.generator.fixture.FixtureGenerator
Returns the class of generated entities.
getGeneratedClass() - Method in class net.cpollet.jixture.fixtures.generator.fixture.SimpleGenerator
Returns the class of generated entities.
getGeneratedClass() - Method in class net.cpollet.jixture.fixtures.generator.fixture.TemplateGenerator
Returns the class of generated entities.
getInputStream() - Method in class net.cpollet.jixture.fixtures.XmlFileFixture
 
getInputStream(String) - Static method in class net.cpollet.jixture.io.InputStreamUtils
 
getKnownMappings() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
getKnownMappings() - Method in interface net.cpollet.jixture.dao.UnitDao
Gets Hibernate's known mappings.
getMappingClassByTableName(String) - Method in interface net.cpollet.jixture.helper.MappingDefinitionHolder
 
getMappingClassByTableName(String) - Method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
getMappingClasses() - Method in interface net.cpollet.jixture.helper.MappingDefinitionHolder
 
getMappingClasses() - Method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
getMappingFieldByTableAndColumnNames(String, String) - Method in interface net.cpollet.jixture.helper.MappingDefinitionHolder
 
getMappingFieldByTableAndColumnNames(String, String) - Method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
getMatcher() - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorMatcher
 
getName() - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractorMatcher
 
getObjects() - Method in class net.cpollet.jixture.fixtures.MappingFixture
Returns all entities that this fixture has to load into database.
getObjects() - Method in interface net.cpollet.jixture.fixtures.ObjectFixture
Returns the list of entities to load into database.
getOne(Class<T>, Serializable) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
getOne(Class<T>, Serializable) - Method in interface net.cpollet.jixture.dao.UnitDao
Returns one stored entity.
getSession() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
getSession() - Method in interface net.cpollet.jixture.dao.UnitDao
Returns the currently used session.
getSessionFactory() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
getSessionFactory() - Method in interface net.cpollet.jixture.dao.UnitDao
Returns the current session factory
getTransactionManager() - Method in class net.cpollet.jixture.dao.UnitDaoFactory
 
getTransactionManager() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
getTransactionManager() - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Returns the HibernateTransactionManager.
getUnitDao() - Method in class net.cpollet.jixture.dao.UnitDaoFactory
 
getUnitDao() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
getUnitDao() - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Returns an instance of UnitDao.

H

hasNext() - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
 
hasNext() - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
Returns true if the generator has more entity to generate (In other words, returns true if GeneratedFixture.next() would return an entity rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.DateSequence
Returns true if the generator has more value to generate (In other words, returns true if DateSequence.next would return a value rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
Always returns false.
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
Returns true if the generator has more value to generate (In other words, returns true if IntegerSequence.next would return a value rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.ListSequence
Returns true if the list has more elements (In other words, returns true if ListSequence.next() would return a value rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
Always returns false.
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.LongSequence
Returns true if the generator has more value to generate (In other words, returns true if LongSequence.next would return a value rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.MultiFieldGenerator
 
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.SimpleStringSequence
Returns true if the generator has more value to generate (In other words, returns true if SimpleStringSequence.next() would return a value rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
Always returns false.
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.fixture.SimpleGenerator
Returns true if the generator has more entity to generate (In other words, returns true if SimpleGenerator.next() would return an entity rather than throwing an exception.)
hasNext() - Method in class net.cpollet.jixture.fixtures.generator.fixture.TemplateGenerator
Returns true if the generator has more entity to generate (In other words, returns true if TemplateGenerator.next() would return an entity rather than throwing an exception.)
hasNext() - Method in interface net.cpollet.jixture.fixtures.ScrollableFixture
Returns true if the fixture has more elements.

I

in(List<T>) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
in(T...) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
in(String, FieldGenerator) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
InputStreamUtils - Class in net.cpollet.jixture.io
 
InputStreamUtils() - Constructor for class net.cpollet.jixture.io.InputStreamUtils
 
IntegerIndexSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates an unbounded sequence of Integer.
IntegerIndexSequence(Integer) - Constructor for class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
Build a sequence that will return values from start with an increment of 1.
IntegerIndexSequence() - Constructor for class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
Build a sequence that will return values from 0 with an increment of 1.
IntegerSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates a sequence of Integer.
IntegerSequence(int, int, int) - Constructor for class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
Build a sequence that will return values between start and end (inclusive) with an increment of increment.
IntegerSequence(int, int) - Constructor for class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
Build a sequence that will return values between start and end (inclusive) with an increment of 1.
isEmbedded() - Method in class net.cpollet.jixture.helper.MappingField
 
isSessionOpen() - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
isSessionOpen() - Method in interface net.cpollet.jixture.dao.UnitDao
Returns true if the session is open.

L

ListSequence<T> - Class in net.cpollet.jixture.fixtures.generator.field
Generates a sequence of values based on a predefined list.
ListSequence(List<T>) - Constructor for class net.cpollet.jixture.fixtures.generator.field.ListSequence
 
ListSequence(T...) - Constructor for class net.cpollet.jixture.fixtures.generator.field.ListSequence
 
load(Fixture, FixtureLoader.Mode) - Method in interface net.cpollet.jixture.fixtures.loaders.FixtureLoader
Loads a fixture.
load(Fixture, FixtureLoader.Mode) - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
load(UnitDaoFactory) - Method in interface net.cpollet.jixture.fixtures.RawFixture
Execute the raw file's content.
load(UnitDaoFactory) - Method in class net.cpollet.jixture.fixtures.SqlFileFixture
Execute the SQL file's content.
load(UnitDaoFactory) - Method in class net.cpollet.jixture.fixtures.SqlFixture
Execute the SQL queries.
loadFixtures() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
loadFixtures() - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
This method is meant to be executed before a test in run.
LongIndexSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates an unbounded sequence of Long.
LongIndexSequence(Long) - Constructor for class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
Build a sequence that will return values from start with an increment of 1l.
LongIndexSequence() - Constructor for class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
Build a sequence that will return values from 0l with an increment of 1l.
LongSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates a sequence of Long.
LongSequence(long, long, long) - Constructor for class net.cpollet.jixture.fixtures.generator.field.LongSequence
Build a sequence that will return values between start and end (inclusive) with an increment of increment.
LongSequence(long, long) - Constructor for class net.cpollet.jixture.fixtures.generator.field.LongSequence
Build a sequence that will return values between start and end (inclusive) with an increment of 1l.

M

MappingDefinitionHolder - Interface in net.cpollet.jixture.helper
 
MappingDefinitionHolderImpl - Class in net.cpollet.jixture.helper
 
MappingDefinitionHolderImpl() - Constructor for class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
MappingField - Class in net.cpollet.jixture.helper
 
MappingField(Field) - Constructor for class net.cpollet.jixture.helper.MappingField
 
MappingField(Field, Field) - Constructor for class net.cpollet.jixture.helper.MappingField
 
MappingFixture - Class in net.cpollet.jixture.fixtures
A simple fixture that loads a collection of entities.
MappingFixture(Object...) - Constructor for class net.cpollet.jixture.fixtures.MappingFixture
 
merge(ExtractionResult) - Method in class net.cpollet.jixture.fixtures.capacities.extraction.ExtractionResult
Merges another ExtractionResult into this one.
multiField() - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
MultiFieldGenerator - Class in net.cpollet.jixture.fixtures.generator.field
Generates a list of field name/field value pairs.
MultiFieldGenerator() - Constructor for class net.cpollet.jixture.fixtures.generator.field.MultiFieldGenerator
 

N

net.cpollet.jixture.dao - package net.cpollet.jixture.dao
 
net.cpollet.jixture.fixtures - package net.cpollet.jixture.fixtures
 
net.cpollet.jixture.fixtures.capacities.cleaning - package net.cpollet.jixture.fixtures.capacities.cleaning
 
net.cpollet.jixture.fixtures.capacities.extraction - package net.cpollet.jixture.fixtures.capacities.extraction
 
net.cpollet.jixture.fixtures.capacities.filtering - package net.cpollet.jixture.fixtures.capacities.filtering
 
net.cpollet.jixture.fixtures.generator.field - package net.cpollet.jixture.fixtures.generator.field
 
net.cpollet.jixture.fixtures.generator.fixture - package net.cpollet.jixture.fixtures.generator.fixture
 
net.cpollet.jixture.fixtures.loaders - package net.cpollet.jixture.fixtures.loaders
 
net.cpollet.jixture.fixtures.transformers - package net.cpollet.jixture.fixtures.transformers
 
net.cpollet.jixture.helper - package net.cpollet.jixture.helper
 
net.cpollet.jixture.io - package net.cpollet.jixture.io
 
net.cpollet.jixture.support - package net.cpollet.jixture.support
 
net.cpollet.jixture.utils - package net.cpollet.jixture.utils
 
next() - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
 
next() - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
Returns the next entity to load.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.DateSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.ListSequence
Returns the next value in list.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.LongSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.MultiFieldGenerator
 
next() - Method in class net.cpollet.jixture.fixtures.generator.field.SimpleStringSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
Returns the next generated value.
next() - Method in class net.cpollet.jixture.fixtures.generator.fixture.SimpleGenerator
Returns the next generated entity.
next() - Method in class net.cpollet.jixture.fixtures.generator.fixture.TemplateGenerator
Returns the next generated entity.
next() - Method in interface net.cpollet.jixture.fixtures.ScrollableFixture
Returns the next element in the fixture.
NoCommitDatabaseTestSupport - Class in net.cpollet.jixture.support
Allows to load data in commit mode.
NoCommitDatabaseTestSupport() - Constructor for class net.cpollet.jixture.support.NoCommitDatabaseTestSupport
 
not(Filter) - Static method in class net.cpollet.jixture.fixtures.capacities.filtering.Filters
 
Not - Class in net.cpollet.jixture.fixtures.capacities.filtering
Negates a Filter.
Not(Filter) - Constructor for class net.cpollet.jixture.fixtures.capacities.filtering.Not
 

O

ObjectFixture<T> - Interface in net.cpollet.jixture.fixtures
Loads entities instance into database.
or(Filter...) - Static method in class net.cpollet.jixture.fixtures.capacities.filtering.Filters
 
Or - Class in net.cpollet.jixture.fixtures.capacities.filtering
Builds a disjunction of Filters.

P

populateExtractionResult(List<Object>) - Method in class net.cpollet.jixture.fixtures.SpringFixture
This method filter the list of transformed mappings to the transformable fixture in order for it to be able to extract required entities.
populateExtractionResult(List<Object>) - Method in class net.cpollet.jixture.fixtures.XmlFileFixture
This method filter the list of transformed mappings to the transformable fixture in order for it to be able to extract required entities.

R

RawFixture - Interface in net.cpollet.jixture.fixtures
A fixture that is loaded via a file containing raw database statements.
remove() - Method in class net.cpollet.jixture.fixtures.generator.field.BaseFieldGenerator
The remove method is not supported by a BaseFieldGenerator, it thus always throws an UnsupportedOperationException.
remove() - Method in class net.cpollet.jixture.fixtures.generator.fixture.BaseFixtureGenerator
The remove method is not supported by a BaseFixtureGenerator, it thus always throws an UnsupportedOperationException.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.DateSequence
Resets the DateSequence.
reset() - Method in interface net.cpollet.jixture.fixtures.generator.field.FieldGenerator
Resets the FieldGenerator.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
Does nothing.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
Resets the IntegerSequence.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.ListSequence
Resets the ListSequence.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
Does nothing.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.LongSequence
Resets the LongSequence.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.MultiFieldGenerator
 
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.SimpleStringSequence
Resets the SimpleStringSequence.
reset() - Method in class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
Does nothing.
reset() - Method in interface net.cpollet.jixture.fixtures.loaders.FixtureLoader
Resets the fixture.
reset() - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
resetFixtures() - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
resetFixtures() - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
This method is meant to be executed after a test in run.

S

save(Object) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
save(Object) - Method in interface net.cpollet.jixture.dao.UnitDao
Saves an entitity to database.
saveEntities(ScrollableFixture) - Method in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader.Executable
 
ScrollableFixture - Interface in net.cpollet.jixture.fixtures
A fixture that acts like an Iterator to return entities.
sequence(DateTime, DateTime) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(DateTime, DateTime, ReadableDuration) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(DateTime, DateTime, ReadablePeriod) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(Integer, Integer) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(Integer, Integer, Integer) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(Long, Long) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(Long, Long, Long) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(Integer) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(Long) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(String) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
sequence(String, Long) - Static method in class net.cpollet.jixture.fixtures.generator.field.FieldGenerators
 
setFilter(Filter) - Method in class net.cpollet.jixture.fixtures.BaseObjectFixture
 
setFilter(Filter) - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
 
setFilter(Filter) - Method in class net.cpollet.jixture.fixtures.SpringFixture
 
setFilter(Filter) - Method in class net.cpollet.jixture.fixtures.XmlFileFixture
 
setFixtureLoader(FixtureLoader) - Method in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 
setFixtureLoader(FixtureLoader) - Method in interface net.cpollet.jixture.support.DatabaseTestSupport
Sets the fixture loader.
setSession(Session) - Method in class net.cpollet.jixture.dao.SimpleUnitDao
 
setSession(Session) - Method in interface net.cpollet.jixture.dao.UnitDao
Sets the session to use.
setTransactionManager(HibernateTransactionManager) - Method in class net.cpollet.jixture.dao.UnitDaoFactory
 
setUnitDao(UnitDao) - Method in class net.cpollet.jixture.dao.UnitDaoFactory
 
setUnitDaoFactory(UnitDaoFactory) - Method in class net.cpollet.jixture.helper.MappingDefinitionHolderImpl
 
SimpleFixtureLoader - Class in net.cpollet.jixture.fixtures.loaders
 
SimpleFixtureLoader() - Constructor for class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
SimpleFixtureLoader.Executable - Class in net.cpollet.jixture.fixtures.loaders
 
SimpleFixtureLoader.Executable() - Constructor for class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader.Executable
 
SimpleGenerator - Class in net.cpollet.jixture.fixtures.generator.fixture
Returns a predefined amount of instances of a given class.
SimpleGenerator(Class, int) - Constructor for class net.cpollet.jixture.fixtures.generator.fixture.SimpleGenerator
 
SimpleStringSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates String given a format (see String.format(String, Object...)) and a FieldGenerator instance.
SimpleStringSequence(String, FieldGenerator) - Constructor for class net.cpollet.jixture.fixtures.generator.field.SimpleStringSequence
Generates a @{code String} based on a format and a generator.
SimpleUnitDao - Class in net.cpollet.jixture.dao
Providesa default implementation for UnitDao.
SimpleUnitDao() - Constructor for class net.cpollet.jixture.dao.SimpleUnitDao
 
SpringFixture - Class in net.cpollet.jixture.fixtures
Loads the entities from a Spring context.
SpringFixture(String, Class<?>...) - Constructor for class net.cpollet.jixture.fixtures.SpringFixture
 
SpringFixture(String, List<Class<?>>) - Constructor for class net.cpollet.jixture.fixtures.SpringFixture
 
SpringFixtureTransformer - Class in net.cpollet.jixture.fixtures.transformers
 
SpringFixtureTransformer() - Constructor for class net.cpollet.jixture.fixtures.transformers.SpringFixtureTransformer
 
SqlFileFixture - Class in net.cpollet.jixture.fixtures
Loads data from a SQL file.
SqlFileFixture(String) - Constructor for class net.cpollet.jixture.fixtures.SqlFileFixture
 
SqlFileFixture(String, Class...) - Constructor for class net.cpollet.jixture.fixtures.SqlFileFixture
 
SqlFixture - Class in net.cpollet.jixture.fixtures
Load data from SQL queries.
SqlFixture(String[]) - Constructor for class net.cpollet.jixture.fixtures.SqlFixture
 
SqlFixture(String[], Class...) - Constructor for class net.cpollet.jixture.fixtures.SqlFixture
 
start() - Method in class net.cpollet.jixture.fixtures.GeneratedFixture
 
StringIndexSequence - Class in net.cpollet.jixture.fixtures.generator.field
Generates an unbounded sequence of String.
StringIndexSequence(String) - Constructor for class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
Generates a @{code String} based on a format and a ever growing number.
StringIndexSequence(String, Long) - Constructor for class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
Generates a @{code String} based on a format and a ever growing number.

T

TemplateGenerator - Class in net.cpollet.jixture.fixtures.generator.fixture
Generates entities by cloning a given template entity.
TemplateGenerator(Object) - Constructor for class net.cpollet.jixture.fixtures.generator.fixture.TemplateGenerator
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.DateSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerIndexSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.IntegerSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.ListSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.LongIndexSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.LongSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.SimpleStringSequence
 
toString() - Method in class net.cpollet.jixture.fixtures.generator.field.StringIndexSequence
 
transform(From) - Method in interface net.cpollet.jixture.fixtures.transformers.FixtureTransformer
 
transform(SpringFixture) - Method in class net.cpollet.jixture.fixtures.transformers.SpringFixtureTransformer
 
transform(XmlFileFixture) - Method in class net.cpollet.jixture.fixtures.transformers.XmlFileFixtureTransformer
 
TransformableFixture - Interface in net.cpollet.jixture.fixtures
A fixture that is not loadable into database without being transformed to another kind of fixture.

U

UnitDao - Interface in net.cpollet.jixture.dao
Used for unit/integration testing.
UnitDaoFactory - Class in net.cpollet.jixture.dao
 
UnitDaoFactory() - Constructor for class net.cpollet.jixture.dao.UnitDaoFactory
 
unitDaoFactory - Variable in class net.cpollet.jixture.fixtures.loaders.SimpleFixtureLoader
 
unitDaoFactory - Variable in class net.cpollet.jixture.support.BaseDatabaseTestSupport
 

V

valueOf(String) - Static method in enum net.cpollet.jixture.fixtures.loaders.FixtureLoader.Mode
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.cpollet.jixture.fixtures.loaders.FixtureLoader.Mode
Returns an array containing the constants of this enum type, in the order they are declared.

W

wrapInRuntimeException(Exception) - Static method in class net.cpollet.jixture.utils.ExceptionUtils
 

X

XmlFileFixture - Class in net.cpollet.jixture.fixtures
Loads fixture from DbUnit-like XML files.
XmlFileFixture(String) - Constructor for class net.cpollet.jixture.fixtures.XmlFileFixture
 
XmlFileFixtureTransformer - Class in net.cpollet.jixture.fixtures.transformers
 
XmlFileFixtureTransformer() - Constructor for class net.cpollet.jixture.fixtures.transformers.XmlFileFixtureTransformer
 
A B C D E F G H I L M N O P R S T U V W X 

Copyright © 2014. All Rights Reserved.