fil in coral

CORAL-19 escape resource names while building the queries
CORAL-19 escape resource names while building the queries

some renames to make things more obvious
some renames to make things more obvious

these no longer need to be visible to subclasses
these no longer need to be visible to subclasses

upgrading to servletapi 2.4
upgrading to servletapi 2.4

CORAL-13 PersistentResource follows AbstractResource contract, so these methods no longer need to be overriden
CORAL-13 PersistentResource follows AbstractResource contract, so these methods no longer need to be overriden

CORAL-13 reimplemented using AbstractResource
CORAL-13 reimplemented using AbstractResource

CORAL-13 return attribute id after update
CORAL-13 return attribute id after update

CORAL-13 pulled attribute loading down to the base class
CORAL-13 pulled attribute loading down to the base class

pulled down some interesting methods from subclasses
pulled down some interesting methods from subclasses

CORAL-12 call correct super method
CORAL-12 call correct super method

CORAL-12 return null from ResourceImpl getDelegate() in order to avoid early type binding in AbstractResource.equals()
CORAL-12 return null from ResourceImpl getDelegate() in order to avoid early type binding in AbstractResource.equals()

CORAL-12 check for correct type
CORAL-12 check for correct type

CORAL-12 handle optional attributes correctly
CORAL-12 handle optional attributes correctly

CORAL-18 implemented more useful toString() + cosmetics
CORAL-18 implemented more useful toString() + cosmetics

CORAL-18 implemented more useful toString()
CORAL-18 implemented more useful toString()

CORAL-12 call super in update(Connection), adjust visibilities, prune unused method
CORAL-12 call super in update(Connection), adjust visibilities, prune unused method

CORAL-12 adjusting to API changes
CORAL-12 adjusting to API changes

CORAL-12 reimplemented GenericResource as a subclass of AbstractResource
CORAL-12 reimplemented GenericResource as a subclass of AbstractResource

CORAL-12 adjusting member variables and methods visibility
CORAL-12 adjusting member variables and methods visibility

CORAL-12 moved update() and revert() methods from GenericResource along with necessary instance variables & constructor
CORAL-12 moved update() and revert() methods from GenericResource along with necessary instance variables & constructor

CORAL-12 make modified field accessible - implementation may use it internally…
CORAL-12 make modified field accessible - implementation may use it internally

adjust setLocally() signature

CORAL-12 adjusted resource implementations to ResourceHandler API changes
CORAL-12 adjusted resource implementations to ResourceHandler API changes

CORAL-12 implemented most of the handler's functionality using of AbstractResourceHandler
CORAL-12 implemented most of the handler's functionality using of AbstractResourceHandler

CORAL-12 some methods were moved down to AbstractResourceHandler,…
CORAL-12 some methods were moved down to AbstractResourceHandler,

adjusted getData() methods signatures

CORAL-12 Extracted large part of functionality of GenericResource into AbstractResource class…
CORAL-12 Extracted large part of functionality of GenericResource into AbstractResource class

that is supposed to work in concert with AbstractResourceHandler

CORAL-12 renamed ResourceHandlerBase to AbstractResourceHandler.…
CORAL-12 renamed ResourceHandlerBase to AbstractResourceHandler.

moved down methods from GenericResource handler

CORAL-12 added opaque 'data' parameters to retrieve and revert methods,…
CORAL-12 added opaque 'data' parameters to retrieve and revert methods,

as the both implementation have a notion of cached data that needs to be passed around

CORAL-16 configure the pool to grow as needed. Population of the sessions will be limited by number of concurrent threads adn the like
CORAL-16 configure the pool to grow as needed. Population of the sessions will be limited by number of concurrent threads adn the like

CORAL-16 fix the number of method arguments. This makes return method behaving as expected
CORAL-16 fix the number of method arguments. This makes return method behaving as expected

eclipse 3.0 format
eclipse 3.0 format