Spring Data Neo4j

org.springframework.data.neo4j.transaction
Annotation Type Neo4jTransactional


@Transactional(value="neo4jTransactionManager")
@Retention(value=RUNTIME)
@Target(value={METHOD,TYPE})
public @interface Neo4jTransactional

Annotation to mark transaction boundaries that should explicitely use the Neo4j Transaction Manager


Spring Data Neo4j

Copyright © 2011 SpringSource. All Rights Reserved.