Re: [Hibernate] sweet

2005-10-03 Thread Mark Proctor
No it only exists in CVS at the moment with discussions on the mailing list. Mark Max Rydahl Andersen wrote: any link for that sweet project ? It seems well hidden over at their site ,) /max Haven't seen this mentioned in the Hibernate mailing lists and thought this might interest some peo

[Hibernate] sweet

2005-10-02 Thread Mark Proctor
Haven't seen this mentioned in the Hibernate mailing lists and thought this might interest some people. Eclipse has an incubator project for Visual Editor, http://www.eclipse.org/vep/, called sweet. Its a data binding framework with examples written for Hibernate, at the moment its just the fr

[Hibernate] primitive long map

2005-08-12 Thread Mark Proctor
I have been using hibernate annotations and have to say I'm thorougly impressed. Don't know what hibernate implements for its caching but I've written an ultra light weight and stunted Map like implementation for our object cache lookup in Drools. I blogged it when I first wrote it, with benchm

[Hibernate] using alias with id column name that isn't primary key causes whereclauses to swap out to primary key name

2003-08-26 Thread Mark Proctor
I have opened the following jira: http://opensource.atlassian.com/projects/hibernate/secure/ViewIssue.jspa?key=HB-289 After re-reading the documentation I found "The special property (lowercase) id may be used to reference the unique identifier of an object. (You may also use its property name.)"