| Package | Description |
|---|---|
| org.noorm.jdbc | |
| org.noorm.metadata | |
| org.noorm.validation |
| Modifier and Type | Class and Description |
|---|---|
class |
PageableBeanList<T extends IBean>
Pageable list to provide detached access to data from a data source.
|
| Modifier and Type | Method and Description |
|---|---|
IBean |
PageableBeanList.set(int index,
IBean element) |
| Modifier and Type | Method and Description |
|---|---|
static void |
TableLock.acquire(IBean pBean,
TableLock.LockMode pLockMode) |
static void |
TableLock.acquireNoWait(IBean pBean,
TableLock.LockMode pLockMode) |
void |
JDBCDMLProcessor.delete(IBean pBean)
Convenience wrapper for the list delete for deleting a single Bean.
|
T |
JDBCDMLProcessor.insert(IBean pBean)
Convenience wrapper for the list insert for inserting a single Bean.
|
IBean |
PageableBeanList.set(int index,
IBean element) |
T |
JDBCDMLProcessor.update(IBean pBean)
Convenience wrapper for the list update for modifying a single Bean.
|
| Modifier and Type | Method and Description |
|---|---|
void |
JDBCDMLProcessor.delete(List<? extends IBean> pBeanList)
Deletes the provided Bean from the database.
|
void |
JDBCDMLProcessor.insert(List<? extends IBean> pBeanList)
Inserts the provided Beans into the database.
|
void |
JDBCDMLProcessor.update(List<? extends IBean> pBeanList)
Updates the provided Bean in the database.
|
| Modifier and Type | Method and Description |
|---|---|
static Long |
BeanMetaDataUtil.getPrimaryKeyValue(IBean pBean)
Retrieves the value of the (primary) key of the bean passed to this method.
|
static void |
BeanMetaDataUtil.setPrimaryKeyValue(IBean pBean,
Number pPKValue)
Sets the value of the (primary) key of the bean passed to this method.
|
static void |
BeanMetaDataUtil.setVersionColumnValue(IBean pBean,
Object pVersionColumnValue)
Sets the value of the version column of the bean passed to this method.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BeanValidator.validateBean(IBean pBean) |
Copyright © 2013. All rights reserved.