-
I know that JDBC metadata for stored procedures is limited and even then, not all the drivers around implement that part. It's specially problematic with SPs that return multiple result sets. I can get the metadata for MS SQL procedures using DB specific commands, and I must ensure that none of my SPs return multiple result sets for it to make sense, unless I accept to write the return classes...
2009-10-28 20:35:45 UTC in Objective Database Abstraction Layer
-
Good, so a few questions then: I'm writing a Netbeans plugin that let me connect to a database and browse and select objects (tables, procedures), is there an API so that I can send the selected objects to the code generator ? It would be possible for me to attempt to do that, or at least replicating the freemarker templates ?
In the case of stored procedures, I want them "typed" to...
2009-10-28 16:55:54 UTC in Objective Database Abstraction Layer
-
Hi,
I'm looking for a viable alternative to Hibernate and the like. I see ODAL has good support for stored procedures, even with multiple resultsets, no XML, some code generation from the database metadata, it looks like perfect !!!
Just wanted to know whether this project is still being developed and maintained, whether the developers are active and willing to consider patches should...
2009-10-28 01:30:07 UTC in Objective Database Abstraction Layer
-
The method works fine (I only tried the version I've built last night, I can't test the final 7.3 until monday), but there is a problem with the mappings recommendations. Let´s say I have a table with a nullable integer column that maps to an int, if I write an entity class with a setter method corresponding to that column and attempt to set the field to null, I'll get a compiler error. It...
2009-09-19 19:45:12 UTC in SchemaCrawler
-
Thanks you very much, just updated and compiled and will try it tomorrow at work and provide feedback (can't compile there for network access restriccions).
Thanks a lot !! Daniel.
2009-09-19 02:46:20 UTC in SchemaCrawler
-
Hi Sualeh, I confirmed it, typeClassName also returns null for SQL Server 2005 tables with system defined data types. I'll most likely hack some basic support, just barely enough to satisfy my use cases, if you believe I can be of any help just let me know.
Btw, the link you provided points to this same thread, is that right ?
Cheers, Daniel.
2009-09-18 20:09:48 UTC in SchemaCrawler
-
Ohh, if you are right, then perhaps typeClassName is not what I'm looking for, I want the java class for standard (system defined) types, how should I get them ?? Anyway I might also need user defined types later, so I'll file a bug report.
Thanks for your quick replies.
2009-09-17 19:07:43 UTC in SchemaCrawler
-
Hi,
I'm trying to write a POJO code generator, but typeClassName returns null with all the columns in all the tables of a Derby database.
I'll try to debug the issue and submit a patch if needed, I'll appreciate any comments on this, whether this is a known problem, there are issues with some JDBC drivers, whatever comments you might consider useful.
Cheers,
Daniel.
2009-09-17 00:21:31 UTC in SchemaCrawler
-
Hi momo,
This was almost nine months ago and I don't remember the details, now I'm on vacations, please allow me some two weeks until I can take a look again at work.
Cheers,
Daniel.
2009-08-25 21:15:49 UTC in jTDS - SQL Server and Sybase JDBC driver
-
dtoffe committed revision 331 to the Wicket Web Beans SVN repository, changing 1 files.
2009-03-24 21:41:28 UTC in Wicket Web Beans