Could you give an hbm.xml and query example that gives that error ? (it
would be nice to have some test scenario :)
(especially, since it would be nice to know what one could do to avoid
such a thing- it would also be a problem on db2 since it also has
some "weird" low limitati
Gavin King wrote:
Max, it would happen whenever you have a column name that approaches
the limit for the database. Hibernate needs to add an _0, etc at
the end when rendering aiases.
I know, would just be easier if he got a clean example :)
But Ok - I've fought with these kind of troubles b
please - put this in the JIRA instead ;) (look at hibernate.sf.net)
Here stuff get lost, in the JIRA it will be persistent until dealt with ;)
/max
- Original Message -
From: "Les Hazlewood" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, August 18
> On Sunday 17 August 2003 21:41, Max Rydahl Andersen wrote:
> > how about just calling clear() on the session after each "cache less"
> > work you need ?
> >
>
> Uhm... what is the overhead of inserting the objects in the cache to
> remove them afterwar
it is in the CVS (v21branch)
/max
- Original Message -
From: "Andrea Aime" <[EMAIL PROTECTED]>
To: "max" <[EMAIL PROTECTED]>
Cc: "hibernate list" <[EMAIL PROTECTED]>
Sent: Tuesday, August 19, 2003 10:28 AM
Subject: Re: [Hibernate] Session-l
Read the docs about inner and outer join HQL
queries.
/max
ps. you can do it - have you even tried to use that
query ? ;)
- Original Message -
From:
Prasad Iyer
To: [EMAIL PROTECTED]
Sent: Tuesday, August 19, 2003 1:16
PM
Subject: [Hibernate] Ansi Sql query
e now that 2.1 is out?
We might do it around the new year - since hbm2java and hibern8ide also
is starting to have nice new features that people might be interested in.
/max
---
This SF.net email is sponsored by: IBM Linux Tutorials.
Become an e
Title: [Hibernate] Central configuration for mappings?
Hi,
this is a user question so you should go to
the user forum.
But because its christmans i'll point you
in the direction - look at NamingStrategy which allows you
to control it quite nicely
IMO.
-max
Fra: [EMAIL PROT
Title: [Hibernate] Test suite now has 12 errors, up from 11
yes my bad. forgot to commit
the last change i did - will do it later today when i get back to my
box.
-max
Fra: [EMAIL PROTECTED]
på vegne af Joshua DavisSendt: sø 19-12-2004 03:09Til:
Hibernate-DevelEmne: [Hibernate] Test
want to start in 10 min ?
Then take the quick start guide...available from the hibernate.org
documentation site as the first link.
/max
Title: RE: [Hibernate] Index creation on PK (Hibernate3, Gupta SQL Base)
Yes - all the unit
tests.
-max
Fra: Sergey Menis
[mailto:[EMAIL PROTECTED]Sendt: to 03-02-2005 17:21Til:
Max Andersen; hibernate-devel@lists.sourceforge.netEmne: RE:
[Hibernate] Index creation on PK (Hibernate3
bug talking about buddy
classloading which can handle
this via eclipse classloader madness.
max
From:
[EMAIL PROTECTED] on behalf of Ivan S.
DubrovSent: Tue 14-06-2005 17:00To:
hibernate-devel@lists.sourceforge.netSubject: [Hibernate] Complex
class loaders hierarchy
Hello,I've trying t
Title: [Hibernate] Mixing and
yes - i remember some
mapping support case that had this.
Just cant remember the case ;)
/max
From:
[EMAIL PROTECTED] on behalf of Emmanuel
BernardSent: Thu 16-06-2005 20:31To:
hibernate-devel@lists.sourceforge.netSubject: [Hibernate] Mixing
and
Hi
actually executing the query),
C is not important since I can, at
least for HQL, aproximate this.
So dont let C hold a better solution back if that is the
case.
;max
De: [EMAIL PROTECTED]
em nome de Steve EbersoleEnviada: qui 24-11-2005
03:53Para: Gavin King; Hibernate develAssunto: RE
Title: RE: [Hibernate] questions regarding development setup
Yes, but no such thing exist AFAIK. That is why we introduced this failureExpected notion.
/max
-Original Message-
From: Scott M Stark
Sent: Sat 10-06-2006 17:32
To: Max Andersen; Szczepan Faber
Cc: hibernate-devel
Title: Re: [Hibernate] New error on Annotation query
>From my understanding in discussions with Max,
auto-discovery is illegalonce any returns have been
defined/added.Max, can you clarify here? Thinking some more about
it, maybe you justmeant the column name discovery (as it should
ouple of seconds ;)
Btw. how would joins fit into this scenario ? Is any/all HQL query
deletable ? Can one find out upfront without issuing the delete ?
/max
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports,
does not work on most other db's.
/max
[EMAIL PROTECTED] wrote:
AFAICT, databases do not support DELETEs with joins
|-+>
| | Max Rydahl |
| | Andersen |
| | <
, please update the patch tracking too :)
/max
p.s. looking forward to the prize :)
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Friday, October 25, 2002 1:48 PM
Subject
(container_id BIGINT NOT NULL IDENTITY)]" when creating schema
test.
Anyone know what is wrong ?
I have tested it with the newest hsqldb 1.7 driver ...
/max
---
This sf.net email is sponsored by: Influence the future
of Java(TM) te
enerator.
Hope you like it :) I welcome any comments :)
/max
p.s. A side question: Does anyone have an "Good Code Example" for which code
you would like to be generated for add and remove methods for bi-directional
collections ?
he
p4 = (Person)s.find("from p in Person where p.id =
42).list().iterator().next();
assertSame(p3,p4);
assertSame(p1,p3); // this one fails because of the copy-from-cache
semantics, right ? (which is ok)
s.flush();
s.close();
/max
- Original Message -
From: "Gavin King" &l
What does the subject from the cvs commit message actually mean ? :)
(I thought Hibernate already outerjoin fetched in every kind of query ?)
/max
---
This SF.NET email is sponsored by: Thawte.com - A 128-bit supercerts will
allow you to
and
teardown methods.
How about we changed the test suite to be more self contained ? (e.g. having
a non-static holder for the sessions ?, and only recreate the database if
this field is null ?)
/max
---
This SF.NET email is sponsored by: Thawt
te is *not*
tracking which objects were removed from the collection (also a Good
Thing)." - and I came to think: Ok, but then how does it decide to do a
delete of something if it does not track deletions :)
(I guess there are an simple and an more advanced explanation - I like them
bot
and waitand waits...and waits :)
But if noone can see anything wrong to add try/finally to ensure
closing/releasing connections in junit's I will suggest
to not add or modify tests without having the try/finally stuff in place for
the new or modified test.
>
> - Original
default value of the correct type (and default could
just as well be null) AND it can return information about the actual type of
the property (in this example java.lang.String) where as with an map you can
only assume it as "java.lang.Object"
but is that all that great ? What are
ialect for generating the sql insert string, thus
I don't now exactly where to detect and then modify the sql string
accordingly when it is needed to do a "insert into foo default values;"
instead of "insert into foo values ();" (which is the sql currentl
around in
the object graph.
If you want the session to be (re)opend - why don't you just keep the
session open ?
/max
- Original Message -
From: "Jonas Van Poucke" <[EMAIL PROTECTED]>
To: "Hibernate Developers" <[EMAIL PROTECTED]>
Sent: Tuesday, Dece
ss(Person.class);
q.list(); // this would return Person.class instances and the requirement
for the columns would just be to use the same columnnames as specified in
the hbm.xml
)
Not yet - but it have also been on my wishlist for a looong time :) (thinks
it
was the first
Hibernate always uses prepared statements when it is executing its SQL
converted from HQL - so..?
(If you mean the best way to call raw SQL as prepared statements then you
just use the JDBC, but
is seldom you'll need it :)
/max
- Original Message -
From: "Raible, Mat
ake this more
general - like an ordered list of id-generators which
could handle it in a more general way)
/max
---
This sf.net email is sponsored by: See the NEW Palm
Tungsten T handheld. Power & Color in a compact size!
htt
boundaries/responsibilities :)
java + @tags ===XDocLet===> hbm.xml ===SchemaExport ===> SQL DDL/JDBC
java + @tags <==hbm2java hbm.xml <==MiddleGen====== SQL DDL/JDBC
/max
- Original Message -
From: "Raible, Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent:
Hi!
Can't remember if I've asked this question before, but I couldn't seem to
remember nor find it on the mailinglists.
Why is Hibernate called Hibernate ? (just curious)
Is is it something regarding putting objects to sleep in the cold
winterlands of the d
> * add @tag generation to hbm2java
If anyone can point me to an example of what is expected for this
generation, then i'll be glad to look into this one.
/max
---
This SF.NET email is sponsored by:
SourceForge Enterprise Editi
14 hours and no objections - it is hereby done :)
Postings at Patches, Bug reports, feature and support request will now be
send to the devel list.
/max
- Original Message -
From: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, Dece
f you are implementing a non-trivial (is there any other kind?)
application, and someone attempts to sell you an O/R mapping tool that
doesn't allow you to configure the mapping information with your favorite
text editor, run away. "... well, here Hibernate is all about text :)
Any comments
a and Bond's
parent key woud have been nulled (via an update) and then afterwards Gustav
and Bond's would be again updated, right ?
Does this makes sense :)
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Satu
aunch config that you uses to run the tests ?
(This is done by going into the the Run/Debug configuration dialog, choose
the "Launch configuration" and look at the "Common" tab. Here you can choose
"Shared" and save it outside the eclipse workspace. Please send the
re
y the classes, I
dig that :)
Any other Good Thing's about this one ? (One could argue that dynamically
extending the schema is a Bad Thing - but I won't - not yet :)
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
S
pdate" problems goes
away"
Is that true ? :)
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, February 02, 2003 10:20 AM
Subject: [Hibernate] 2.0 beta 2
> 2.0 beta 2 fixes bugs in 2.0 beta 1 and adds:
I liked the lowercase logo much better :)
Could you not keep the different versions on the page so people can compare
the differences ?
/max
- Original Message -
From: "Christian Bauer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, February 04
Would the time now be best for introducing an beforeSave/beforeFlush method
to interceptor ?
Why ? Just to have a way to directly set properties on the object instead of
via an side-effect as it is done know in onSave/onFlush.
Just a suggestion :)
/max
so that is actually not a "bad thing" :)
1. It will break existing code and exception handling code.but if ones
exception handling code is so hairy that they cannot survive this change it
would be a good time to clean up anyway :)
/max
- Original Message -
From: "Gavi
http://sourceforge.net/docman/display_doc.php?docid=14872&group_id=65066
Just for info :)
/max
---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive scholarships.
d (except if we add a
new feature to the codegenerator to
insert af default java type for properties without a type?)
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 31, 2002 6:37 PM
Subject: [Hiberna
ed in that session.
>Lets make this change also (for consistency). Max, I don't see
>much value in making this configurable. We don't want to spawn
>millions of config properties for minor issues like these.
;(
bummer
The methods will still throw an exception if I delete/sa
Im approx +0 on this one :)
Gavin, why was this done in the first place ? Seem to remember somewhere
that the docs states:
Free from my mind: "Hibernate does not hide what's happening. e.g.
SQLExceptions is propagated all the way up to the user." .
/max
- Original Mes
Still just in CVS, but you can get a binary archive at
http://www.xam.dk/blog/?itemid=19
Enjoy ;)
/max
---
This SF.Net email sponsored by: Free pre-built ASP.NET sites including
Data Reports, E-commerce, Portals, and Forums are available
sult of an
query to implement an RowSet efficently. I think RowSet is much better,
simpler and richer than just returning Collection of Object[] (and I
now the "new Foo(name, otherstuff)" will help here - but still :)
That was my 2 cents :)
/max
-
Yes - it was the problem about creation of the minimal constructor in the
codegen.
Which hbm.xml are you running it on ?
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Thursday, October 31, 2002 6:37 PM
Subject: [Hi
Look at
http://news.gmane.org/thread.php?group=gmane.comp.java.hibernate.devel
(which also can be read through a newsreader )
/max
- Original Message -
From: "Raible, Matt" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, January 08, 2003 4:39 PM
Sub
forgot to send it to the list instead of directly so here you go :)
- Original Message -
From: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
To: "Gavin King" <[EMAIL PROTECTED]>
Sent: Sunday, October 27, 2002 3:33 PM
Subject: Re: [Hibernate] Metadata, co
erstand this correctly you want that if "java-type" is provided the
codegenerator should
use that type instead of the type specified in the propertyJust curious,
when is that usefull ?
>
>The only bad thing about is its not very well self-documenting.
>So we will reall
"fixed proxy deserialization"was there ever a problem ?
/max
---
This SF.NET email is sponsored by:
SourceForge Enterprise Edition + IBM + LinuxWorld = Something 2 See!
http://www.vaso
de such a beast with hibernate ?
/max
- Original Message -
From: "Simon Stewart" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, November 29, 2002 5:56 PM
Subject: [Hibernate] JBoss and Hibernate
> Using JBoss 3.0.4, the Apple OS X JDK 1.4DP6 and Postgre
Just curious, what is different in IBM JVM since the tests did not run on it
?
/max
- Original Message -
From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 30, 2002 2:11 PM
Subject: [Hibernate-commits] Hibernate/cirrus/hibernate/test
FooBarTest.java
Hi!
Im in the process of writing some thoughts about the tool suite for
Hibernate. In this regard I have a set of nice little pictures that I wanna
show you - anyone know how to include/embed them in the wiki pages on
hibernate.sf.net ?
/max
lexible and resistant to things that might not be
availble on the classpath
and e.g. make it possible to load internal mapping model and use it for
codegeneration and other
stuff which in its nature cannot rely on the classing being in the
classpath.
/max
> Which leads me to believe that maybe it
Hi!
Is it possible to create any form of tables in the wiki ?
Can't seem to use standard wiki syntax ( | col 1 | col 2 | ) nor html table
syntax ;(
Im writing on the docs for hbm2java, and I need a table :)
/max
---
This sf.net ema
bummer - guess i'll have to refresh my ascii-arts lessons :)
/max
- Original Message -
From: "Christian Bauer" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, January 04, 2003 6:03 PM
Subject: Re: [Hibernate] wiki ... creating tables ?
>
I've just submitted a patch for hbm2java (the codegenerator) are anyone
willing to take it for a testdrive ? :)
The newsworthy stuff can be seen at http://hibernate.bluemars.net/57.html
Look at TestMeta.hbm.xml and the other hbm.xml files in the tool.test
package for inspiration :)
e
child.setParent(parent) be enough ?
And then if I wish to have the parent in a "correct" state then I just do a
s.load(parent, parent.getId()) ?
/max
---
This sf.net email is spo
ot;
for the actual field ? (or should it be "description-field"
And then similarily "scope-get", "scope-set" and "scope"/"scope-field" for
the actual field ?
Maybe "scope" and "description" should just
And I've added some replies there also :) (look for "- Max")
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, December 31, 2002 7:09 AM
Gavin,
Did anything ever happen concerning moving the source into an src directory
?
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
Cc: "hibernate list" <[EMAIL PROTECTED]>
This is already fixed in CVS - old news ;)
Sorry that i did not bite on your posting earlier, but with approx. 150
mails per day regarding hibernate one or two will slip ;(
/max
[EMAIL PROTECTED] wrote:
The following is in the patch. This patch is based on a question I posted
earlier today
: It it is the simplest thing that could possibly work :)
Thus I suggest:
First add support for an extra metatag that overrules the actual type when
the codegenerator renderes the code. (This can also be used in other
situations)
Secondly add the "fancy" UserType handling :)
hmm - maybe
Could anyone (Gavin?) please send me their eclipse configuration as
mentioned in the below mail ?
(im curious to find out why you can ever run unittests from inside eclipse
without failures ...(as eclipse does NOT call the suite() method)
/max
- Original Message -
From: "Max R
Hi!
Is there any way to see what has changed on a certain page on the wiki ?
It would be really nice since I often read the pages based on what "Recent
site updates" contains, but
I'll have to guess on which part of the contents that has changed - not very
efficient reading :(
Ju
>
> Anyway, using xdoclet for generating getters/setters
> is an overkill.
Roger :)
> In Hibernate context follwing parts of xdoclet would
> be usefull:
> - java bean module -> generate your beaninfo
> for hibernated classes ( in EJB scenario it has to be
> tweaked for value/data objects -> stin
Gavin, I've just discovered your introduction of src :)
I like the tools naming, they make more sense now
Just wanna know if it is "safe" to start developing/patching on hbm2java
now, or
do you have more tricks up your &qu
bottom.
Furthermore I also seem to get a deadlock between the connection that has
created all the tables ( in schemaexport) and the next tests that do some
updates!
Doesn't schemeexport close its connection ? (or at least release its locks?)
/max
ps. running MS SQL with the JTurbo d
Hi!
Just wondering if anyone have discovered that I uploaded a small patch for
having
Session local interceptors. I think it is worthwile having the option of
session local interceptors,
otherwise one would have to go through loops to support session-specific
interceptors.
/max
Hi Gavin :)
"beautiful, shiny, happy TABS!" - are you on drugs or something :)
Just wanted to know if I have to enable "Use tabs for indention" in my
editors from now on when im editing hibernate ?
(I thought TABS was considered harmfull in code on the same level as
Hi!
Just to be nitty-gritty...
My name is: Max Andersen, not Max Anderson as it is stated in the changelog.
Anderson is a Swedish/Norwegian name, and Andersen is a Danish name - and
i'm a Dane :)
/max
---
This sf.net email is spon
();
Why is this deprecated just because not so many platforms support it ?
(just wondering, coz' I would just assume dialects not supporting this would
throw an UnsupportedOperation exception et.al.)
/max
---
This SF.NET email is sponsor
ok - it was also the next panic attempt I was about to take :)
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
Cc: "hibernate list" <[EMAIL PROTECTED]>
Sent: Saturday, No
te is *not*
tracking which objects were removed from the collection (also a Good
Thing)." - and I came to think: Ok, but then how does it decide to do a
delete of something if it does not track deletions :)
(I guess there are an simple and an more advanced explanation - I like them
bot
That's a mean one :) I'll remember that when my reflective code starts
trashing on IBM's :)
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
interface
types (list, map, bag, etc.)
But thinking about it makes also wonder why Axis can't handle untyped
lists ?! Can it only handle concrete arrays, or ? Best explanation is
probably to show me an example of a POJO and the corresponding Axis
compatible soap thingy - could you do that
Should we implement this paradigm in the codegenerator ? (of course as an
option)
Maybe something like this:
Where the codegen would generate something like the code below if
"CodeGen.genCompositeGetSet" is set for the property and/or relationship.
/max
- Original Message
directory as a set of classes too :)
/max
---
This sf.net email is sponsored by: viaVerio will pay you up to
$1,000 for every account that you consolidate with us.
http://ad.doubleclick.net/clk;4749864;7604308;v?
http://www.viaverio.com
whoops - forgot to correct the reply address so here it goes again :)
- Original Message -
From: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
To: "Gavin King" <[EMAIL PROTECTED]>
Sent: Sunday, December 22, 2002 6:24 PM
Subject: Re: [Hibernate] Road Map
That has been discussed, but under the name "Fetch profiles".
And always with a positive attitude :) So, yes - its a good idea,
and patches are welcome :)
/max
- Original Message -
From: "Ara Abrahamian" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: S
?
(I got my own guess'es, but would like to hear you version as i'm not sure
my guess covers all the situations where it can occur...)
With hope for feedback :)
/max
---
This SF.NET email is sponsored by:
SourceForge Enterprise E
the JIRA ... look at hibernate.sf.net JIRA issue tracking
Dhananjay Nene wrote:
Hello,
I have been working with a lot of polymorphic associations using a table-per-
concreteclass strategy. This has led me to create a custom type which helps in
mapping an "integer" into a class type for use with
And what about the meta-attribute thingy ? (it is not that a big
codechange compared to the recent commit :) (i'm just pushing here :)
/max
---
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
__
happening ?
/max
- Original Message -
From: "Gavin King" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>;
<[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 6:22 PM
Subject: Re: [Hibernate] Why this line...
> This is part of a pr
Here I sit with a patch for the codegenerator and know sourceforge is down
for maintanence - bummer!
Well, you get it here as an attachment instead then, so I can go happily to
bed :)
Yappering starts here:
This patch solves the problems regarding the subclass not knowing about the
supers fields
manage databases ?
(Because then i'm quite sure I live in a theoritical world, because Im a
developer and I do manage database (and many of my co-developers does it
to - simply to keep the db and programs world in its best shape and sync)
/max
-
about the meta-attribute thingy ? (it is not that a big
> codechange compared to the recent commit :) (i'm just pushing here :)
How about adding the meta-attribute thingy as an extra X-mas gift - it would
instantly make me happy,
and the codegenerator so much more better :)
/max
-
How much back-wards compability should there be for hibernate-1.1 dtd in
hbm2java ?
(Here thinking on the recent 'role to name' name change)...
Just wanting to hear the general opinion ?
(Im +1 on having hbm2java only support hibernate-2.0.
t; +
>fields[i].get(this) + "\n");
> }
> } catch (Exception e) {
> // ignored!
> }
>
> return results.toString();
> }
This is more or less
...and if you use the one in the cvs you will get a HQL history function
too ;)
/max
[EMAIL PROTECTED] wrote:
Fantastic.. I love using it to test my queries, and running it from
inside of Eclipse is easy and great.. I will try out the new version!
Does the new version allow you to copy
guidelines written here:
(which is what commons-lang has done)
http://java.sun.com/docs/books/effective/chapters.html (Read Chapter 3)
/max
- Original Message -
From: "Matt Raible" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, December 29, 2002 4:47 PM
S
imilar for using it as an id, but here one should maybe just use
the current unsaved semantics..?)
/max
---
This SF.net email is sponsored by: Scholarships for Techies!
Can't afford IT training? All 2003 ictp students receive schola
forgot one...
>* Remove the exception that occurs if you save an object
> that is already associated with the session. This
> makes save() consistent with saveOrUpdate().
>I am probably a +1 on this
I would suggest the same mechanism as with delete - it is nice to have
it as an o
eneration in the code generator would ofcourse
be optionalhey, i got to thinkwith my
local version of hbm2java (which the codegenerator is called now :) we got
the , which
is an ideal place for MiddleGen to place it's "additional" XDoclet tags...if
that is in
t;
I can't see any other decent way - the View layer should not just assume it
got the whole object model available to it...
/max
---
This SF.NET email is sponsored by: Order your Holiday Geek Presents Now!
Green Lasers, Hip Geek T-Shirts,
1 - 100 of 716 matches
Mail list logo