Search the web
Sign In
New User? Sign Up
SimpleORM
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1045 - 1074 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1045
Hi All, I am new to this newsgroup. I am planning to use SimpleORM for one of my projects along with Derby. I have also written a SDerbyDriver on simillar...
naresh pote
naresh_ez
Offline Send Email
Mar 1, 2005
1:22 pm
1046
Check the code for Oracle driver or DB2, there is also a limit enforced there. 18 I guess. /Philippe Back Manager High Octane SPRL | rue de la Libération 25 -...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 1, 2005
6:11 pm
1047
See SDriverDB2.java public int maxIdentNameLength(){return 18;} // Yes, only 18 chars! This then causes the generated names to be tweaked. It is a bit of a...
Anthony & Melissa Ber...
berglas@...
Send Email
Mar 2, 2005
10:22 am
1048
I hope Derby does support locking, otherwise it is very weak. But someone please check. (The flag in the driver forces optimistic locking always, needed for...
Anthony & Melissa Ber...
berglas@...
Send Email
Mar 2, 2005
10:26 am
1049
Hi, I am trying to create a brand new record in my presentation tier, that I would forward to the business tier later on. My SRecordInstance class is Fipie. ...
franck.routier@...
routier_franck
Offline Send Email
Mar 14, 2005
9:07 am
1050
Hello, I found my problem, not tied to Simpleorm in any way... I had refactored my data object class (changed package) but only did incremental compilation. My...
routier_franck
Offline Send Email
Mar 15, 2005
9:29 am
1051
After a long time using HSQLDB as the best free-for-commercial-use database server (Mckoi SQL is a good db server, but it's not free for commercial use),...
elifarley
Offline Send Email
Mar 19, 2005
1:57 pm
1052
Another interesting reading: Performance Benchmarking of Embedded Databases http://jamie.ideasasylum.com/notebook/index.php?id=4...
elifarley
Offline Send Email
Mar 19, 2005
2:04 pm
1053
The interesting thing is that SimpleORM is DB agnostic as much as possible and still allows us to use the db specific features. /Phil ... From: "elifarley"...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 19, 2005
6:32 pm
1054
I'm sorry, I didn't write what I really meant, and I think Yahoo groups does not allow me to edit my posts, so let me correct myself: Instead of "I'm strongly...
elifarley
Offline Send Email
Mar 19, 2005
11:52 pm
1055
Hi, It seems that when I do a findOrCreate for a new row SConnection.begin(); /* create a new fund */ Funds fund = (Funds)meta.findOrCreate("test-fund"); ...
charlesmeyer101
Offline Send Email
Mar 21, 2005
4:45 am
1056
What is the best way to use a connection pool, like the one provided by commons-dbcp ? I would like to be able to attach SConnection to a ...
elifarley
Offline Send Email
Mar 21, 2005
4:11 pm
1057
Here is a thread which discusses this very issue: http://groups.yahoo.com/group/SimpleORM/message/1004 In order to make things work the way you want them to,...
Martin_Snyder
Offline Send Email
Mar 21, 2005
11:04 pm
1058
I second that motion! That kind of talk is dangerous young man. There shall be no racism.... err "DB"ism in SimpleORM. Kidding aside, consider that the SDriver...
sylvainhamel
Offline Send Email
Mar 22, 2005
3:41 pm
1059
FindOrCreate doesnt involve generated keys. The thing is you only need to do this a few cases. For intersection tables for example or when do model inheritance...
sylvainhamel
Offline Send Email
Mar 22, 2005
3:50 pm
1060
Sorry, I didn't intend to be a deebeeist! ;) Let me put it in other words: I suggest SimpleORM focuses on getting a fully-functional SDriver implementation for...
elifarley
Offline Send Email
Mar 23, 2005
11:18 am
1061
The method 'SRecordMeta.createWithGeneratedKey()' returns a SRecordInstance without inserting it in the database, right ? So it has to call...
elifarley
Offline Send Email
Mar 23, 2005
4:03 pm
1062
You are opening a can of worms there. Just think about concurrent transactions. If you rely on this to get a unique and sequential (no holes) "invoice numbers"...
sylvainhamel
Offline Send Email
Mar 24, 2005
7:21 pm
1063
On key generation, I came across some people who used UUIDs for them. 32 chars and pretty much ugly indexes performance wise but unbeatable for key generation...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 24, 2005
8:07 pm
1064
Hi Phil, I remember our DBA argument for using UUIDs was that is easy to migrate the data across database instances. When using autonumbers it can be very ...
Dan Hristodorescu
hdan27
Offline Send Email
Mar 24, 2005
8:31 pm
1065
RE: [SimpleORM] Re: Bool bug fixed and ValidateHi Dan, I am busy implementing the sequence table approach for usage in the EJBs. To be honest, I only have an...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 25, 2005
7:37 am
1066
It's entirely up to you. SimpleORM deliberately does not involve itself in connection pooling. Just write a tiny method that gets the connection as you like...
Anthony & Melissa Ber...
berglas@...
Send Email
Mar 26, 2005
8:01 am
1067
Hello Sylvain, I rather like findOrCreate because it works well in the case were you do just want to have records with certain values. Eg. after a data load, ...
Anthony & Melissa Ber...
berglas@...
Send Email
Mar 26, 2005
8:10 am
1068
Hi all, I am currently recommending the use of SimpleORM to one of my customers. He is asking me for some reference projects into which it has been used. Would...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 26, 2005
8:40 am
1069
Hello, We are using the Generator to create the base classes from the DB and extend them this way with a create and a lookup: (sorry for the UUIDs...) package...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 26, 2005
8:40 am
1070
Hello Eli, Although SimpleORM tries to be DB agnostic, I am looking for a default 100% java database that I can preconfigure SimpleORM with for quick ...
Anthony & Melissa Ber...
berglas@...
Send Email
Mar 26, 2005
8:52 am
1071
Anthony, PostgreSQL now has a Windows version as well as a Unix version. Targetting it as the default DB is quite a good choice. Anyway, MVCC is really what is...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 26, 2005
10:37 am
1072
Hi Phil, Yes, you are right about the driver class. That's the way to implement it. About DatabaseORM class: even if at this point you don't have the case of ...
Dan Hristodorescu
hdan27
Offline Send Email
Mar 27, 2005
4:34 pm
1073
Hi Phil, Maybe I didn't quite understand your question. Are you using database sequence generation (UUIDS)? I don't know exactly how that works but if it's...
Dan Hristodorescu
hdan27
Offline Send Email
Mar 27, 2005
5:00 pm
1074
RE: [SimpleORM] Re: Bool bug fixed and ValidateHi Dan, By UUIDs I mean thinks like a 32-char long UUID. Not a sequence. BTW I am using JBoss for development. ...
Philippe Back (High O...
PhilippeBack
Offline Send Email
Mar 27, 2005
7:09 pm
Messages 1045 - 1074 of 1847   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help