net.sf.easyweb4j.repository
Interface PersistenceContextManager
- All Known Implementing Classes:
- HibernatePersistenceContextManager, JPAPersistenceContextManager
public interface PersistenceContextManager
bindRepositoryToThread
void bindRepositoryToThread(Repository<?> repository)
ensureTransaction
void ensureTransaction()
ensureTransaction
void ensureTransaction(Repository<?> repository)
commitTransaction
void commitTransaction()
rollbackTransaction
void rollbackTransaction()
closePersistenceContext
void closePersistenceContext()
markAsReadOnly
void markAsReadOnly()
Copyright © 2009-2010 Chandra Sekar S. All Rights Reserved.