Spring Data Neo4j

org.springframework.data.neo4j.config
Class JtaTransactionManagerFactoryBean

java.lang.Object
  extended by org.springframework.data.neo4j.config.JtaTransactionManagerFactoryBean
All Implemented Interfaces:
FactoryBean<JtaTransactionManager>

public class JtaTransactionManagerFactoryBean
extends Object
implements FactoryBean<JtaTransactionManager>


Constructor Summary
JtaTransactionManagerFactoryBean(org.neo4j.graphdb.GraphDatabaseService gds)
           
 
Method Summary
 JtaTransactionManager getObject()
           
 Class<JtaTransactionManager> getObjectType()
           
 boolean isSingleton()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JtaTransactionManagerFactoryBean

public JtaTransactionManagerFactoryBean(org.neo4j.graphdb.GraphDatabaseService gds)
                                 throws Exception
Throws:
Exception
Method Detail

getObject

public JtaTransactionManager getObject()
                                throws Exception
Specified by:
getObject in interface FactoryBean<JtaTransactionManager>
Throws:
Exception

getObjectType

public Class<JtaTransactionManager> getObjectType()
Specified by:
getObjectType in interface FactoryBean<JtaTransactionManager>

isSingleton

public boolean isSingleton()
Specified by:
isSingleton in interface FactoryBean<JtaTransactionManager>

Spring Data Neo4j

Copyright © 2013 SpringSource. All Rights Reserved.