|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Uses of PostLoadFailedException in org.jaffa.persistence |
| Methods in org.jaffa.persistence that throw PostLoadFailedException | |
Collection |
UOW.query(Criteria criteria)
Queries the underlying persistent store based on the search profile passed in the Criteria object. |
void |
Persistent.postLoad()
This method is triggered by the UOW after a query loads this object. |
void |
IPersistent.postLoad()
This method is triggered by the UOW after a query loads this object. |
| Uses of PostLoadFailedException in org.jaffa.persistence.engines |
| Methods in org.jaffa.persistence.engines that throw PostLoadFailedException | |
Collection |
IPersistenceEngine.query(Criteria criteria)
Queries the underlying persistent store based on the search profile passed in the Criteria object. |
| Uses of PostLoadFailedException in org.jaffa.persistence.engines.jdbcengine |
| Methods in org.jaffa.persistence.engines.jdbcengine that throw PostLoadFailedException | |
Collection |
Engine.query(Criteria criteria)
Queries the underlying persistent store based on the search profile passed in the Criteria object. |
| Uses of PostLoadFailedException in org.jaffa.persistence.engines.jdbcengine.datasource |
| Methods in org.jaffa.persistence.engines.jdbcengine.datasource that throw PostLoadFailedException | |
Collection |
DataSource.executeQuery(String sql,
ClassMetaData classMetaData,
Criteria criteria,
int queryTimeout)
Executes a query against the underlying data source. |
| Uses of PostLoadFailedException in org.jaffa.persistence.engines.jdbcengine.querygenerator |
| Methods in org.jaffa.persistence.engines.jdbcengine.querygenerator that throw PostLoadFailedException | |
static Collection |
JdbcBridge.executeQuery(Criteria criteria,
DataSource dataSource)
Executes the query based on the Criteria object. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||