public interface Conversationable
Modifier and Type | Interface and Description |
---|---|
static class |
Conversationable.Implementation |
Modifier and Type | Method and Description |
---|---|
Conversation |
getConversation() |
javax.persistence.EntityManager |
getEntityManager() |
void |
setConversation(Conversation conversation) |
void |
setEntityManager(javax.persistence.EntityManager em) |
void setEntityManager(javax.persistence.EntityManager em)
javax.persistence.EntityManager getEntityManager()
void setConversation(Conversation conversation)
Conversation getConversation()