Uses of Interface
science.aist.neo4j.transaction.TransactionManager
-
-
Uses of TransactionManager in science.aist.neo4j.dynamic
Constructors in science.aist.neo4j.dynamic with parameters of type TransactionManager Constructor Description DynamicRepository(Map<Class,AbstractNeo4JNodeRepositoyImpl> repositories, TransactionManager transactionManager)
-
Uses of TransactionManager in science.aist.neo4j.namespace
Constructors in science.aist.neo4j.namespace with parameters of type TransactionManager Constructor Description NamespaceAwareReflectiveNeo4JNodeRepositoryImpl(TransactionManager manager, Class<S> clazz)
-
Uses of TransactionManager in science.aist.neo4j.reflective
Fields in science.aist.neo4j.reflective with type parameters of type TransactionManager Modifier and Type Field Description protected static List<TransactionManager>
KeyRelationshipInformation. managers
Transaction manager to be assigned to the auto-generated relationship repositoryMethods in science.aist.neo4j.reflective with parameters of type TransactionManager Modifier and Type Method Description static void
KeyRelationshipInformation. addManager(TransactionManager manager)
Note: this OR the setManagers is required!Method parameters in science.aist.neo4j.reflective with type arguments of type TransactionManager Modifier and Type Method Description static void
KeyRelationshipInformation. setManagers(List<TransactionManager> managers)
Note: this OR the addManager is required!Constructors in science.aist.neo4j.reflective with parameters of type TransactionManager Constructor Description ReflectiveNeo4JNodeRepositoryImpl(TransactionManager manager)
Internal constructor for pushing through the manager to the top levelReflectiveNeo4JNodeRepositoryImpl(TransactionManager manager, Class<S> clazz)
ReflectiveNeo4JNodeRepositoryImpl(TransactionManager manager, ParameterizedType type)
Generates the repository by a Generic TypeReflectiveNeo4JRelationshipRepositoryImpl(TransactionManager manager)
Empty constructor for child implementations.ReflectiveNeo4JRelationshipRepositoryImpl(TransactionManager manager, Class<S> clazz)
ReflectiveNeo4JRelationshipRepositoryImpl(TransactionManager manager, ParameterizedType type, String name)
Generates the repository by a Generic Type -
Uses of TransactionManager in science.aist.neo4j.repository
Methods in science.aist.neo4j.repository that return TransactionManager Modifier and Type Method Description protected TransactionManager
AbstractNeo4JRepository. getTransactionManager()
gets value of fieldAbstractNeo4JRepository.transactionManager
Methods in science.aist.neo4j.repository with parameters of type TransactionManager Modifier and Type Method Description static AbstractNeo4JRepository
AbstractNeo4JRepository. getProvidedRepository(TransactionManager manager, String signature)
static void
AbstractNeo4JRepository. provideRepository(TransactionManager manager, String signature, AbstractNeo4JRepository repository)
Constructors in science.aist.neo4j.repository with parameters of type TransactionManager Constructor Description AbstractNeo4JNodeRepositoyImpl(TransactionManager manager)
empty constructor for child-implementations.AbstractNeo4JNodeRepositoyImpl(TransactionManager manager, String className)
AbstractNeo4JRelationshipRepositoyImpl(TransactionManager manager)
empty constructor for child-implementations.AbstractNeo4JRelationshipRepositoyImpl(TransactionManager manager, String className)
AbstractNeo4JRepository(TransactionManager manager)
FutureRepository(TransactionManager manager, String signature)
-
Uses of TransactionManager in science.aist.neo4j.service
Methods in science.aist.neo4j.service with parameters of type TransactionManager Modifier and Type Method Description void
DummyService. setTxManager(TransactionManager txManager)
sets value of fieldDummyService.txManager
-
Uses of TransactionManager in science.aist.neo4j.transaction
Classes in science.aist.neo4j.transaction that implement TransactionManager Modifier and Type Class Description class
TransactionManagerImpl
Transaction manager, that will return an inner transaction if there is already an active transaciton Once the most outer transaction is closed, a new transaction can be created.
-