org.riotfamily.riot.dao |
Provides DAO interfaces that are used to perform CRUD operations on
entities managed by Riot.
|
Java Source File Name | Type | Comment |
CopyAndPasteEnabledDao.java | Interface | In order to support copy and paste operations a RiotDao must be capable of
creating copies of entities. |
CutAndPasteEnabledDao.java | Interface | In order to support cut and paste operations a RiotDao must be capable of
performing add and remove operations without saving or deleting. |
InvalidPropertyValueException.java | Class | |
ListParams.java | Interface | |
Order.java | Class | |
ParentChildDao.java | Interface | |
RioDaoException.java | Class | |
RiotDao.java | Interface | Interface that provides access to an underlying data store. |
SortableDao.java | Interface | Marker interface that indicates that a DAO supports sorting. |
SwappableItemDao.java | Interface | RiotDao that allows to change the position of an entity using the
SwapCommand swap command . |