Re: reverse engineered DB

2016-11-01 Thread Dennis Bliefernicht
Hi,

> On 31 Oct 2016, at 16:25, Theodore Petrosky  wrote:
> 
> I am reverse engineering an Oracle DB to be able to read from it. I will not 
> write!
> 
> I am of course afraid of this DB. it is not my product and it could be very 
> hurt if something was written to it incorrectly. 
> 
> Would you recommend checking the “Read Only”  check box in the Advanced tab 
> in Entity Modeler for the Entities that I reverse engineer?

another (possibly additional) layer of safety could be just to ask the DBA to 
produce a separate readonly user that just doesn't have any write permissions; 
that way even if something were wrong and EOF decided to write something, the 
database will just deny any changes.

Greetings
Dennis

--






-
Dennis Bliefernicht • Head of Backend Development
T +49 40 357 3001 62
dennis.blieferni...@xyrality.com

XYRALITY GmbH • Friedensallee 290 • 22763 Hamburg
www.xyrality.com 
Registergericht: Hamburg HRB 115332
Geschäftsführer: Sven Ossenbrüggen
-

 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Re: reverse engineered DB

2016-10-31 Thread Chuck Hill
I’d make a subclass of your editing context class, and override saveChanges() 
to do nothing.  Then install it with the ERXEC factory.

Chuck


From:  on behalf of 
Theodore Petrosky 
Date: Monday, October 31, 2016 at 8:25 AM
To: WebObjects-Dev 
Subject: reverse engineered DB

I am reverse engineering an Oracle DB to be able to read from it. I will not 
write!

I am of course afraid of this DB. it is not my product and it could be very 
hurt if something was written to it incorrectly.

Would you recommend checking the “Read Only”  check box in the Advanced tab in 
Entity Modeler for the Entities that I reverse engineer?
___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  
(Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/chill%40gevityinc.com

This email sent to ch...@gevityinc.com
 ___
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list  (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com