All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AggregatedOperationStats |
|
| BindingsBuilder |
|
| BindingSetMapper<T> |
Maps a query solution to an instance.
|
| CachedGraphQueryResult |
|
| CachedTupleQueryResult |
|
| CachingOperationInstantiator |
|
| CachingRepositoryConnection |
|
| CachingRepositoryConnectionFactory |
|
| Clearable |
|
| ClearableAwareUpdate |
Update that, upon each invocation of execute(), clears the result cache it is aware of.
|
| CommitException |
|
| CompositeKey |
|
| CompositeKey2<K1,K2> |
|
| ConfigurationException |
|
| ConnectionClosedException |
|
| DataInserter |
|
| DebuggingOperationExecutionStatsConsumer |
|
| DefaultUUIDSource |
|
| DelegatingGraphQuery |
|
| DelegatingIterator<T> |
|
| DelegatingRepositoryConnectionFactory |
|
| DelegatingTupleQuery |
|
| DelegatingUpdate |
|
| DirectOperationInstantiator |
|
| DirectRepositoryConnectionFactory |
|
| ExceptionMapper |
|
| GraphQueryEvaluationBuilder |
|
| GraphQueryResultConverter |
|
| IncorrectResultSetSizeException |
|
| InMemoryRepositoryConfig |
|
| InMemoryRepositoryProperties |
|
| IsolationLevelAdapter |
|
| LoggingGraphQuery |
|
| LoggingRepositoryConnection |
|
| LoggingRepositoryConnectionFactory |
|
| LoggingTupleQuery |
|
| LoggingUpdate |
|
| LRUResultCache<T> |
|
| MappingPostProcessor<I,O> |
|
| MutableBindings |
|
| NamedSparqlSupplier |
Associates a String key with a Supplier that provides a SPARQL operation.
|
| NoTransactionException |
|
| NoveltyCheckingUUIDSource |
|
| NoveltyCheckingUUIDSourceConfig |
|
| NoveltyCheckingUUIDSourceProperties |
|
| ObjectMapUtils |
|
| OperationBuilder<T extends org.eclipse.rdf4j.query.Operation,SUB extends OperationBuilder<T,SUB>> |
|
| OperationCacheConfig |
|
| OperationCacheProperties |
|
| OperationExecutionStats |
|
| OperationExecutionStatsConsumer |
|
| OperationInstantiator |
|
| OperationLog |
|
| OperationLogConfig |
|
| OperationLogJmxConfig |
|
| OperationLogJmxProperties |
|
| OperationLogProperties |
|
| OperationStatsBean |
|
| OperationStatsMXBean |
|
| OperationType |
|
| OperationUtils |
|
| PoolConfig |
|
| PooledRepositoryConnection |
|
| PooledRepositoryConnectionFactory |
Uses the delegate factory to actually obtain connections and provides these connections, managing an internal pool.
|
| PoolProperties |
|
| PredictableUUIDSource |
UUID source that generates the same sequence of UUIDs by counting up a long counter and using that as
the value for generating a UUID.
|
| PredictableUUIDSourceConfig |
|
| PredictableUUIDSourceProperties |
|
| PreparedSparqlManager |
|
| PseudoOperation |
|
| QueryResultUtils |
|
| RDF4JConfig |
|
| RDF4JCRUDDao<ENTITY,INPUT,ID> |
Base class for DAOs providing CRUD functionality.
|
| RDF4JDao |
|
| RDF4JDaoException |
|
| RDF4JRepositoryTransactionManager |
|
| RDF4JSpringException |
|
| RDF4JTemplate |
|
| RDF4JTestConfig |
Spring configuration for use in unit tests.
|
| RDF4JTransactionException |
|
| RelationMapBuilder |
|
| RemoteRepositoryConfig |
|
| RemoteRepositoryProperties |
|
| RepositoryConnectionFactory |
|
| RepositoryConnectionPoolException |
|
| RepositoryConnectionWrappingUtils |
|
| ResultCache<K,T> |
|
| ResultCacheConfig |
|
| ResultCacheProperties |
|
| ResultCachingGraphQuery |
|
| ResultCachingTupleQuery |
|
| ReusableGraphQueryResult |
Wrapper for a TupleQueryResult, allowing the result to be replayed.
|
| ReusableTupleQueryResult |
Wrapper for a TupleQueryResult, allowing the result to be replayed.
|
| RollbackException |
|
| SimpleRDF4JCRUDDao<ENTITY,ID> |
|
| SimpleRepositoryUUIDSource |
|
| SimpleRepositoryUUIDSourceConfig |
|
| SimpleRepositoryUUIDSourceProperties |
|
| ThrowableRecorder |
|
| TransactionalRepositoryConnection |
Connection wrapper that throws an exception if a write operation is attempted in a read-only transaction.
|
| TransactionalRepositoryConnectionFactory |
|
| TransactionInactiveException |
|
| TransactionObject |
|
| TupleQueryEvaluationBuilder |
|
| TupleQueryEvaluator |
|
| TupleQueryResultConverter |
|
| TupleQueryResultMapper<T> |
|
| TxConfig |
|
| TxProperties |
|
| TypeMappingUtils |
|
| UnexpectedResultException |
|
| UnsupportedDataTypeException |
|
| UpdateCallback |
|
| UpdateExecutionBuilder |
|
| UpdateWithModelBuilder |
|
| UUIDSequence |
|
| UUIDSequenceConfig |
|
| UUIDSequenceProperties |
|
| UUIDSource |
Interface for making different approaches of obtaining new UUIDs pluggable into the Rdf4JTemplate.
|
| WriteDeniedException |
|