Juozas 

>From: Juozas Baliuka [mailto:[EMAIL PROTECTED]]
>
>Hi,
>I think simple store is too simple :).

:)

>I see some things to do for simple store.
>1. Add meaningful exception classes

+1 on this!

>2. Add some helper key class for keys like Class + OID :
>  Object key = new OID( myClass, someKey  );

Hmm, don't get you here. Can you explain that in detail?

>3.Add simple finders and batch to store interface for optimizations:
>  store(Map map);
>  Iterator find( String myRegistredProcedure, String property);
>// " SELECT it_is_from_procedure_descriptor FROM Some_Table WHERE 
>myProc(property) = 1 "
>  Iterator find(Collection idCollection);
>4. Ability to register and call stored procedures  on sorage :
>  registerProcedure(String alias,ProcedureDescriptor p);
>  Object retValueOrValues = call(alias,paramArray);
>5. Tranzaction listeners.

Point 3,4 and 5 seems to be more a Database Management as a simple
Store. But maybe I habe lost you here. Can give some further information!
But keep in mind I want some thin and fast Cache which is ease to plug.

TIA
  Gerhard
 
----------------------------
I just found the last bug...
----------------------------


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to