Uses of Class
org.apache.james.mailbox.jpa.mail.model.openjpa.AbstractJPAMessage

Packages that use AbstractJPAMessage
org.apache.james.mailbox.jpa.mail.model.openjpa   
 

Uses of AbstractJPAMessage in org.apache.james.mailbox.jpa.mail.model.openjpa
 

Subclasses of AbstractJPAMessage in org.apache.james.mailbox.jpa.mail.model.openjpa
 class JPAMessage
           
 class JPAStreamingMessage
          JPA implementation of AbstractJPAMessage which use openjpas Persistent type to be able to stream the message content without loading it into the memory at all.
 



Copyright © 2010-2011 The Apache Software Foundation. All Rights Reserved.