|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DAOAction | |
---|---|
org.j2ee.dao | |
org.j2ee.dao.util |
Uses of DAOAction in org.j2ee.dao |
---|
Subinterfaces of DAOAction in org.j2ee.dao | |
interface |
HibernateDAOAction
Base interface of real actions. |
interface |
JdbcDAOAction
Base interface of real actions. |
Classes in org.j2ee.dao that implement DAOAction | |
class |
AbstractHibernateDAOAction
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9 Last modified $Date: 2004/05/18 10:50:12 $ |
class |
AbstractJdbcDAOAction
Based on an example of book Code Notes for J2EE, Edited by GREGORY BRILL, e-ISBN 0-679-64727-9 Last modified $Date: 2004/05/18 10:50:12 $ |
class |
MacroDAOAction
Last modified $Date: 2004/05/18 10:50:13 $ |
Methods in org.j2ee.dao that return DAOAction | |
abstract org.j2ee.dao.DAOAction |
DAOFactory.getAction(java.lang.String action_name)
|
org.j2ee.dao.DAOAction |
DefaultDAOFactoryImpl.getAction(java.lang.String action_name)
|
Methods in org.j2ee.dao with parameters of type DAOAction | |
void |
DAOActionProcessor.process(org.j2ee.dao.DAOAction cmd)
|
void |
DAOErrorHandler.handleError(org.j2ee.dao.DAOAction a,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e,
int internalErrorCode)
|
void |
DAOHibernateActionProcessorImpl.process(org.j2ee.dao.DAOAction acmd)
execute a command action. |
void |
DAOJdbcActionProcessorImpl.process(org.j2ee.dao.DAOAction acmd)
|
void |
MacroDAOAction.preExecute(int naction,
org.j2ee.dao.DAOAction action)
|
void |
MacroDAOAction.posExecute(int naction,
org.j2ee.dao.DAOAction action)
|
void |
MacroDAOAction.add(org.j2ee.dao.DAOAction action)
|
void |
MacroDAOAction.remove(org.j2ee.dao.DAOAction action)
|
Uses of DAOAction in org.j2ee.dao.util |
---|
Classes in org.j2ee.dao.util that implement DAOAction | |
class |
AbstractPageByPageAction
Limit—with offset Objective: Want to only get n rows in the result set, and we want the first y rows in the result set discarded. |
class |
HibernateDB2NTopWrapperAction
Last modified $Date: 2004/05/18 10:50:17 $ |
class |
HibernateOracleNTopWrapperAction
Last modified $Date: 2004/05/18 10:50:17 $ |
class |
JdbcOracleNTopQueryWrapperAction
Action Wrapper that implements the N-Top Query Last modified $Date: 2004/05/18 10:50:18 $ |
Methods in org.j2ee.dao.util with parameters of type DAOAction | |
void |
GenericErrorHandler.noDataFound(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when Hibernate or Toplink methed Load fail (Not Applicable for JDBC) |
void |
GenericErrorHandler.parentKeyNotFound(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when the parent key not found |
void |
GenericErrorHandler.checkConstraintFailed(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when some check constraint fail |
void |
GenericErrorHandler.uniqueConstraintFailed(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when some unique constraint fail |
void |
GenericErrorHandler.restrictUpdateDelete(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e)
raised when you try to delete or update and the foreign key fail. |
void |
GenericErrorHandler.handleError(org.j2ee.dao.DAOAction d,
org.j2ee.dao.DAOActionProcessor p,
java.lang.Throwable e,
int internalErrorCode)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |