net.sourceforge.floggy.persistence
Interface Persistable


public interface Persistable

A class that implements or extends this interface is considered persistable.

By default, all fields of a persistable class will be persisted except those declared as transient or static.

Since:
1.0



Copyright © 2006-2011 Floggy Open Source Group. All Rights Reserved.