All Classes and Interfaces
Class
Description
Criteria to apply to an entity and check if the criteria is fulfilled or not.
Helps finding and handling
Field
s.Criteria to apply to an entity and check if the criteria is fulfilled or not.
Criteria to apply to an entity and check if the criteria is fulfilled or not.
Criteria to apply to an entity and check if the criteria is fulfilled or not.
Criteria to apply to an entity and check if the criteria is fulfilled or not.
This class utilizes EclipseStore-Serialization and copies objects by serializing and deserializing objects in
memory.
Creates an
QueryExecutor
according to the given PartTree
.Registeres the
EclipseStoreRepositoryConfigurationExtension
for "repositories".RepositoryConfigurationExtension
for EclipseStore.Creates the correct repository instance for repository-interfaces.
EclipseStoreRepositoryFactoryBean<T extends org.springframework.data.repository.Repository<S,ID>,S,ID extends Serializable>
Enables the user to enable EclipseStore and configure it to some extent.
Field
s are made readable with this class.Provides a way to open member variables (fields) to changes.
Creates queries for specific entities with "findAll" and executes them through the
QueryExecutor
.A hash map implementation depending on object identity (==) rather than equality (.equals) to identify elements.
A IdFinder must be unique in one storage for one entity-class.
A IdSetter must be unique in one storage for one entity-class.
Queries entities and returns a the result as list.
Queries entities and returns a the result as page.
Executes queries that are optionally sorted and paged in collections.
Currently only exists to write a warning at runtime.
Queries the actual entities from the original entities.
Creates copies and puts them back.
Simple wrapper for a field to make it easily readable.
Since EclipseStore is not table-oriented, but the access through the repositories is, we must keep the lists/tables
of entities in sync with the existing entities in the graph.
This is the actually stored object.
Queries entities and returns the result wrapped in an optional.
Queries entities and returns the found entity.
Creates queries for specific entities and executes them through the
QueryExecutor
.Creates, registers and deregisters Instances of working copies.
Holds the result data from the working copier.