|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceException | |
---|---|
com.stratelia.silverpeas.pdc.control | |
com.stratelia.webactiv.persistence |
Uses of PersistenceException in com.stratelia.silverpeas.pdc.control |
---|
Methods in com.stratelia.silverpeas.pdc.control that throw PersistenceException | |
---|---|
List<AxisHeaderI18N> |
AxisHeaderI18NDAO.getTranslations(Connection con,
int axisId)
|
Uses of PersistenceException in com.stratelia.webactiv.persistence |
---|
Methods in com.stratelia.webactiv.persistence that throw PersistenceException | ||
---|---|---|
WAPrimaryKey |
SilverpeasBeanDAOImpl.add(Connection connection,
T bean)
|
|
WAPrimaryKey |
SilverpeasBeanDAO.add(Connection con,
T bean)
|
|
WAPrimaryKey |
SilverpeasBeanDAOImpl.add(T bean)
|
|
WAPrimaryKey |
SilverpeasBeanDAO.add(T bean)
create the bean and a row in DB. |
|
T |
SilverpeasBeanDAOImpl.findByPrimaryKey(Connection connection,
WAPrimaryKey pk)
|
|
T |
SilverpeasBeanDAO.findByPrimaryKey(Connection con,
WAPrimaryKey pk)
|
|
T |
SilverpeasBeanDAOImpl.findByPrimaryKey(WAPrimaryKey pk)
|
|
T |
SilverpeasBeanDAO.findByPrimaryKey(WAPrimaryKey pk)
get a bean representing a row in db from its pk |
|
Collection<T> |
SilverpeasBeanDAOImpl.findByWhereClause(Connection connection,
WAPrimaryKey pk,
String whereClause)
|
|
Collection<T> |
SilverpeasBeanDAO.findByWhereClause(Connection con,
WAPrimaryKey pk,
String whereClause)
|
|
Collection<T> |
SilverpeasBeanDAOImpl.findByWhereClause(WAPrimaryKey pk,
String whereClause)
|
|
Collection<T> |
SilverpeasBeanDAO.findByWhereClause(WAPrimaryKey pk,
String whereClause)
get a bean list, representing a specific row selection. |
|
static
|
SilverpeasBeanDAOFactory.getDAO(String beanName)
|
|
void |
SilverpeasBeanDAOImpl.remove(Connection connection,
WAPrimaryKey pk)
|
|
void |
SilverpeasBeanDAO.remove(Connection con,
WAPrimaryKey pk)
|
|
void |
SilverpeasBeanDAOImpl.remove(WAPrimaryKey pk)
|
|
void |
SilverpeasBeanDAO.remove(WAPrimaryKey pk)
remove the row in db represented by the primary key. |
|
void |
SilverpeasBeanDAOImpl.removeWhere(Connection connection,
WAPrimaryKey pk,
String whereClause)
|
|
void |
SilverpeasBeanDAO.removeWhere(Connection con,
WAPrimaryKey pk,
String p_WhereClause)
|
|
void |
SilverpeasBeanDAOImpl.removeWhere(WAPrimaryKey pk,
String whereClause)
|
|
void |
SilverpeasBeanDAO.removeWhere(WAPrimaryKey pk,
String p_WhereClause)
remove all row in db represented by the where clause. |
|
void |
SilverpeasBeanDAOImpl.update(Connection connection,
T bean)
|
|
void |
SilverpeasBeanDAO.update(Connection con,
T bean)
|
|
void |
SilverpeasBeanDAOImpl.update(T bean)
|
|
void |
SilverpeasBeanDAO.update(T bean)
update the row in db with the new bean properties. |
Constructors in com.stratelia.webactiv.persistence that throw PersistenceException | |
---|---|
SilverpeasBeanDAOImpl(String beanClassName)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |