| |
|
| java.lang.Object org.jboss.portal.migration.MigrationModule
All known Subclasses: org.jboss.portal.migration.MigrationModule20_22, org.jboss.portal.migration.MigrationModule22_24,
fromConfiguration | protected Configuration fromConfiguration(Code) | | |
fromSession | protected Session fromSession(Code) | | |
fromSessionFactory | protected SessionFactory fromSessionFactory(Code) | | |
fromStatelessSession | protected StatelessSession fromStatelessSession(Code) | | |
fromTx | protected Transaction fromTx(Code) | | |
toConfiguration | protected Configuration toConfiguration(Code) | | |
toSession | protected Session toSession(Code) | | |
toSessionFactory | protected SessionFactory toSessionFactory(Code) | | |
toStatelessSession | protected StatelessSession toStatelessSession(Code) | | |
toTx | protected Transaction toTx(Code) | | |
getCurrentFromSession | public Session getCurrentFromSession()(Code) | | |
getCurrentToSession | public Session getCurrentToSession()(Code) | | |
getFromConfiguration | public Configuration getFromConfiguration()(Code) | | |
getFromSessionFactory | public SessionFactory getFromSessionFactory()(Code) | | |
getToConfiguration | public Configuration getToConfiguration()(Code) | | |
getToSessionFactory | public SessionFactory getToSessionFactory()(Code) | | |
nextFromStatelessSession | public void nextFromStatelessSession() throws Exception(Code) | | |
nextToStatelessSession | public void nextToStatelessSession() throws Exception(Code) | | |
setFromConfiguration | public void setFromConfiguration(Configuration fromConfiguration)(Code) | | |
setFromSessionFactory | public void setFromSessionFactory(SessionFactory fromSessionFactory)(Code) | | |
setToConfiguration | public void setToConfiguration(Configuration toConfiguration)(Code) | | |
setToSessionFactory | public void setToSessionFactory(SessionFactory toSessionFactory)(Code) | | |
|
|
|