- EntityAlreadyExistsException - Exception in org.qi4j.spi.entitystore
-
This exception is thrown when an Entity already exists.
- EntityAlreadyExistsException(EntityReference) - Constructor for exception org.qi4j.spi.entitystore.EntityAlreadyExistsException
-
- entityDescriptor() - Method in interface org.qi4j.spi.entity.EntityState
-
- entityDescriptor() - Method in class org.qi4j.spi.entitystore.helpers.DefaultEntityState
-
- entityDescriptor() - Method in class org.qi4j.spi.entitystore.helpers.JSONEntityState
-
- EntityFinder - Interface in org.qi4j.spi.query
-
Entity Finder.
- EntityFinderException - Exception in org.qi4j.spi.query
-
Entity Finder Exception.
- EntityFinderException(String) - Constructor for exception org.qi4j.spi.query.EntityFinderException
-
- EntityFinderException(String, Throwable) - Constructor for exception org.qi4j.spi.query.EntityFinderException
-
- EntityFinderException(Throwable) - Constructor for exception org.qi4j.spi.query.EntityFinderException
-
- EntityNotFoundException - Exception in org.qi4j.spi.entitystore
-
This exception is thrown when an Entity could not be found.
- EntityNotFoundException(EntityReference) - Constructor for exception org.qi4j.spi.entitystore.EntityNotFoundException
-
- entityReferenceOf(Association) - Method in interface org.qi4j.spi.Qi4jSPI
-
Fetches the EntityReference without loading the referenced entity.
- entityReferenceOf(ManyAssociation) - Method in interface org.qi4j.spi.Qi4jSPI
-
Fetches the EntityReferences without loading the referenced entities.
- entityReferenceOf(NamedAssociation) - Method in interface org.qi4j.spi.Qi4jSPI
-
Fetches the EntityReferences without loading the referenced entities.
- EntityState - Interface in org.qi4j.spi.entity
-
State holder for Entities.
- entityStateOf(ModuleSpi, EntityReference) - Method in class org.qi4j.spi.entitystore.DefaultEntityStoreUnitOfWork
-
- entityStateOf(EntityStoreUnitOfWork, ModuleSpi, EntityReference) - Method in interface org.qi4j.spi.entitystore.EntityStoreSPI
-
- entityStateOf(ModuleSpi, EntityReference) - Method in interface org.qi4j.spi.entitystore.EntityStoreUnitOfWork
-
Get the EntityState for a given identity.
- entityStateOf(EntityStoreUnitOfWork, ModuleSpi, EntityReference) - Method in class org.qi4j.spi.entitystore.helpers.JSONMapEntityStoreMixin
-
- entityStateOf(EntityStoreUnitOfWork, ModuleSpi, EntityReference) - Method in class org.qi4j.spi.entitystore.helpers.MapEntityStoreMixin
-
- entityStateOf(ModuleSpi, EntityReference) - Method in class org.qi4j.spi.entitystore.ModuleEntityStoreUnitOfWork
-
- entityStateOf(EntityComposite) - Method in interface org.qi4j.spi.Qi4jSPI
-
- entityStates() - Method in class org.qi4j.entitystore.memory.MemoryMapEntityStoreMixin
-
- entityStates(ModuleSpi) - Method in interface org.qi4j.spi.entitystore.EntityStore
-
- entityStates(ModuleSpi) - Method in class org.qi4j.spi.entitystore.helpers.JSONMapEntityStoreMixin
-
- entityStates() - Method in interface org.qi4j.spi.entitystore.helpers.MapEntityStore
-
- entityStates(ModuleSpi) - Method in class org.qi4j.spi.entitystore.helpers.MapEntityStoreMixin
-
- EntityStateVersions - Interface in org.qi4j.spi.entitystore
-
Entity versions state.
- EntityStateVersions.EntityStateVersionsMixin - Class in org.qi4j.spi.entitystore
-
Entity versions state mixin.
- EntityStateVersions.EntityStateVersionsMixin() - Constructor for class org.qi4j.spi.entitystore.EntityStateVersions.EntityStateVersionsMixin
-
- EntityStatus - Enum in org.qi4j.spi.entity
-
Status of entity.
- EntityStore - Interface in org.qi4j.spi.entitystore
-
Interface that must be implemented by store for persistent state of EntityComposites.
- entityStore() - Method in interface org.qi4j.spi.module.ModuleSpi
-
- EntityStoreException - Exception in org.qi4j.spi.entitystore
-
Base EntityStore Exception.
- EntityStoreException() - Constructor for exception org.qi4j.spi.entitystore.EntityStoreException
-
- EntityStoreException(String) - Constructor for exception org.qi4j.spi.entitystore.EntityStoreException
-
- EntityStoreException(String, Throwable) - Constructor for exception org.qi4j.spi.entitystore.EntityStoreException
-
- EntityStoreException(Throwable) - Constructor for exception org.qi4j.spi.entitystore.EntityStoreException
-
- EntityStoreSPI - Interface in org.qi4j.spi.entitystore
-
EntityStore SPI.
- EntityStoreUnitOfWork - Interface in org.qi4j.spi.entitystore
-
EntityStore UnitOfWork.
- equals(Object) - Method in class org.qi4j.spi.entity.QualifiedIdentity
-
- equals(Object) - Method in class org.qi4j.spi.module.ModelModule
-
- exists(String) - Method in interface org.qi4j.spi.cache.Cache
-
- exists(String) - Method in class org.qi4j.spi.cache.NullCache
-
- exportFormalToWriter(PrintWriter) - Method in interface org.qi4j.spi.query.IndexExporter
-
Write the index to the provided print writer in an implementation specific, machine-readable format, preferably
either XML or JSON.
- exportReadableToStream(PrintStream) - Method in interface org.qi4j.spi.query.IndexExporter
-
Write the index to the provided output stream in an implementation specific, human-readable format.