org.apache.james.mailbox.jpa
Class JPAMailboxSessionMapperFactory
java.lang.Object
org.apache.james.mailbox.store.MailboxSessionMapperFactory<Long>
org.apache.james.mailbox.jpa.JPAMailboxSessionMapperFactory
- All Implemented Interfaces:
- RequestAware, MailboxMapperFactory<Long>, MessageMapperFactory<Long>, SubscriptionMapperFactory
public class JPAMailboxSessionMapperFactory
- extends MailboxSessionMapperFactory<Long>
JPA implementation of MailboxSessionMapperFactory
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPAMailboxSessionMapperFactory
public JPAMailboxSessionMapperFactory(javax.persistence.EntityManagerFactory entityManagerFactory)
createMailboxMapper
public MailboxMapper<Long> createMailboxMapper(MailboxSession session)
- Specified by:
createMailboxMapper in class MailboxSessionMapperFactory<Long>
createMessageMapper
public MessageMapper<Long> createMessageMapper(MailboxSession session)
- Specified by:
createMessageMapper in class MailboxSessionMapperFactory<Long>
createSubscriptionMapper
public SubscriptionMapper createSubscriptionMapper(MailboxSession session)
- Specified by:
createSubscriptionMapper in class MailboxSessionMapperFactory<Long>
Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.