Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: Persistance Layer wanted!

Re: Persistance Layer wanted!

From: Manfred Pruntsch <manfred.pruntsch_at_ifcos.com>
Date: Fri, 5 Sep 2003 11:32:54 +0200
Message-ID: <bj9lfg$fudrk$1@ID-51546.news.uni-berlin.de>

> > I'm looking for a persistance layer to bridge a java application with
> oracle
> > in a object relational way.

> Why?

The application (Business Layer) should not care about the techniques behind the persistance
layer at all! This means, when the database design changes in the future,only the persistance layer has to be updated.

Example:
View from persistance layer to database:

    Select xx, yy from table zz, etc

View from Business Layer to Persiswtance Layer:

     saveObject();
     retrieveObject();
     deleteObject();

And that's all! The business layer doe3s not need to know anything else about SQL. These tree commands are enough.

regards
manny Received on Fri Sep 05 2003 - 04:32:54 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US