| hu.netmind.persistence.Container
All known Subclasses: hu.netmind.persistence.ListImpl, hu.netmind.persistence.SetImpl, hu.netmind.persistence.MapImpl,
Container | public interface Container (Code) | | A container class which can be used with the container handler must
implement this interface.
author: Brautigam Robert version: CVS Revision: $Revision$ |
addAll | boolean addAll(Object c)(Code) | | Add all items in the other container.
|
clear | void clear()(Code) | | Clear all values in this container.
|
getItemClassName | String getItemClassName()(Code) | | Get the items' classname.
|
getLastSerial | Long getLastSerial()(Code) | | Get the serial number of last modification.
|
hasChanged | boolean hasChanged()(Code) | | Returns whether the container changes internally since last save().
|
reload | void reload()(Code) | | Reload container from database. This will free any
resources and current yet not saved modifications.
|
retainAll | boolean retainAll(Object c)(Code) | | Retain all container elements inside the other container.
|
size | int size()(Code) | | Get the size of the container.
|
|
|