- 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.
- FieldGenerator<T> - Interface in net.cpollet.jixture.fixtures.generator.field
-
Generates field values.
- FieldGenerators - Class in net.cpollet.jixture.fixtures.generator.field
-
- 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
-
- 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
-