Package org.openswing.swing.table.profiles.database.server

Interface Summary
DbActiveProfileDescriptor Title: OpenSwing Framework Description: Descriptor of the table related to active profile storing, where the primary key is based on "functionId" and "username" attributes of the GridProfile.
DbConnectionSource Title: OpenSwing Framework Description: Singleton class.
DbDigestDescriptor Title: OpenSwing Framework Description: Descriptor of the table related to profile digest storing, where the primary key is based on the "functionId" attribute of the GridProfile.
DbProfileDescriptor Title: OpenSwing Framework Description: Descriptor of the table related to grid profile storing, where the primary key is based on "functionId","username" and "id" attributes of the GridProfile.
 

Class Summary
DbGridProfileManager Title: OpenSwing Framework Description: Grid profile manager: it manages grid profile storing and fetching.
DefaultDbActiveProfileDescriptor Title: OpenSwing Framework Description: Default descriptor of the table related to active profile storing, where the primary key is based on "functionId" and "username" attributes of the GridProfile.
DefaultDbDigestDescriptor Title: OpenSwing Framework Description: Default descriptor of the table related to profile digest storing, where the primary key is based on the "functionId" attribute of the GridProfile.
DefaultDbProfileDescriptor Title: OpenSwing Framework Description: Default descriptor of the table related to grid profile storing, where the primary key is based on "functionId","username" and "id" attributes of the GridProfile.