biz.hammurapi.properties
Interface PersistentPropertySet

All Superinterfaces:
Context, MutableContext, PropertySet
All Known Implementing Classes:
PersistentPropertySetFilter

public interface PersistentPropertySet
extends PropertySet

Property sets backed by the database implement this interface

Author:
Pavel

Method Summary
 void delete()
          Deletes property set from the storage.
 void store()
          Writes properties or modifications into persistens storage.
 
Methods inherited from interface biz.hammurapi.properties.PropertySet
clear, compareProperties, containsAll, get, get, getPropertyNames, getSubset, mount, remove, set, setAll
 

Method Detail

delete

void delete()
            throws PropertySetException
Deletes property set from the storage.

Throws:
PropertySetException

store

void store()
           throws PropertySetException
Writes properties or modifications into persistens storage.

Throws:
java.sql.SQLException
PropertySetException


Copyright © 2003 Hammurapi Group. All Rights Reserved.