Package net.sourceforge.floggy.persistence

Provides an API to manage the persistence mechanism of Floggy.

See:
          Description

Interface Summary
Comparator An interface defining a comparator which compares two objects (in an implementation-defined manner) to see if they match or what their relative sort order is.
Deletable An interface that helps the developer to delete in cascade Persistable fields.
Filter An interface defining a filter which examines a object to see if it matches (based on an application-defined criteria).
IDable Exports the RMS id used to identify the Persistable entity in the underlined system.
Nameable Deprecated. use the configuration file to set the RecordStore's name
ObjectSet An interface representing a search result.
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.
PolymorphicObjectSet An interface representing a search result.
SingleObjectSet An interface representing a search result.
 

Class Summary
IndexFilter An class defining a filter which matches a objects (based on an application-defined index).
PersistableManager This is the main class of the framework.
 

Exception Summary
FloggyException Exception thrown to indicate a persistence problem.
 

Package net.sourceforge.floggy.persistence Description

Provides an API to manage the persistence mechanism of Floggy.

Package Specification

This package is composed by a set of classes and interfaces that the developer or the weaver will implement.

Related Documentation

For overviews, tutorials, examples, guides, and tool documentation, please see:

Since:
1.0.1


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