Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.persistence
Class HibernateConfiguration.NuxeoTransactionManagerLookup

java.lang.Object
  extended by org.nuxeo.ecm.core.persistence.HibernateConfiguration.NuxeoTransactionManagerLookup
All Implemented Interfaces:
TransactionManagerLookup
Enclosing class:
HibernateConfiguration

public static class HibernateConfiguration.NuxeoTransactionManagerLookup
extends Object
implements TransactionManagerLookup

Hibernate Transaction Manager Lookup that uses our framework.


Constructor Summary
HibernateConfiguration.NuxeoTransactionManagerLookup()
           
 
Method Summary
 Object getTransactionIdentifier(Transaction transaction)
           
 TransactionManager getTransactionManager(Properties props)
           
 String getUserTransactionName()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

HibernateConfiguration.NuxeoTransactionManagerLookup

public HibernateConfiguration.NuxeoTransactionManagerLookup()
Method Detail

getTransactionManager

public TransactionManager getTransactionManager(Properties props)
Specified by:
getTransactionManager in interface TransactionManagerLookup

getUserTransactionName

public String getUserTransactionName()
Specified by:
getUserTransactionName in interface TransactionManagerLookup

getTransactionIdentifier

public Object getTransactionIdentifier(Transaction transaction)
Specified by:
getTransactionIdentifier in interface TransactionManagerLookup

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.