olumn();
}
___
hibernate-commits mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/hibernate-commits
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss a division of Re
ns.
>
> appreciate you guys feedback/comments on this
>
> thanks
> mahen
>
>
> On 10/19/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote:
>>
>> Hi Mahen,
>>
>> some have previously talked about utilizing the statistics and aop to
>> figure
>
gt; pattern of the data,, in other words dynamically deciding on the mapping
> based on what queries are used more frquently in a system,,
>
> would appreciate some feedback from you all
>
> Thanks
> Mahen
abstract public int getOptimisticLockMode();
___
hibernate-commits mailing list
[EMAIL PROTECTED]
https://lists.jboss.org/mailman/listinfo/hibernate-commits
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http
void removeFromEvent(Event event) {
> this.getEvents().remove(event);
> event.getParticipants().remove(this);
> }
> }
>
>
> -
> U
d regards
> Adrian Moos
>
> PS: This software was developed for ELCA's application framework EL4J,
> which is released under the GPL, so you're welcome to use it.
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
as to be done (in case of the db actually not supporting the constructs
being tested)
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
-
dynamic-insert="true"
> dynamic-update="true"
> table="HIBERNATE_TEST">
>
>
>
>
>
>
>
>
&g
ok for me to fix the code in the metadata package too or does it need to
stay compatible to the old version ?
/max
> I don't use them. Will I ever need to integrate them?
> core CR3 is incompatible with annotations CR1 already so I guess you can
> do the change.
>
>
is incompatible with annotations CR1 already so I guess you can
> do the change.
Ok - i'll remove it.
/max
> Max Rydahl Andersen wrote:
>> Hi Emmanuel/Steve,
>>
>> The fix I just did for
>> http://opensource.atlassian.com/projects/hibernate/browse/HHH-
use the "tool" provided tasks.
Another context for this alignment/move is the talks we have had about
allowing customization of
schemaexport/update ...that would also be relevant to ensure it fits into
this scheme.
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
then annotations breaks.
Should we just let it stick around or remove it ?
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
-
Take Surveys. Earn
d earn cash
> http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
here would be splitting types (and their interface
>>>>> appropriately) to define "static" Types and "scoped" Types...
>>>>> 2) Modify the Type interface to accept either a session or a
> session
>>>>>
On Tue, 25 Jul 2006 15:44:28 +0200, Emmanuel Bernard
<[EMAIL PROTECTED]> wrote:
> Ah my bad, I had a split of personality when I committed it. I'll move
> it today on Annotations.
Thanks - what is your other persona's name and email address ?
/max
>
> Max Ryd
Hi guys,
subject is breaking the nightly builds and other stuff ;)
The test is relevant but can't be there as it is now. Any suggestions ?
Move it to the metadata test suite maybe?
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
Emmanuel)
>
> Overrides setCollectionCacheConcurrencyStrategy(String collectionRole,
> String concurrencyStrategy, String region)
> To have its own cache info
>
> + Emmanuel have multiple custom secondpass subclasses
>
> /max
>
>
>
>
>
>
>
>
>
-
egion)
To have its own cache info
+ Emmanuel have multiple custom secondpass subclasses
/max
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
--
e the
>>>> 'hibernate.bytecode.provider' and
>>>> 'hibernate.bytecode.use_reflection_optimizer'. Down the road, it
>> also
>>>> allows us to implement discrimination-based inheritance for
>>> components.
>>>>
>>>>
return performSaveOrReplicate(
> entity,
> key,
> persister,
> useIdentityColumn,
> anything,
> source,
>
anagement or
> state copying [1] code from hibernate?
>
> In case you are curious, my draft code for the manual solution is
> attached.
>
> <>
> <>
>
> What do you think?
>
> Regards
> Adrian Moos
>
> [1] that is: to copy all state f
gt;>
>>
>>
> --------
> -
>> Using Tomcat but need to do more? Need to support web services,
> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>
>> easier
ode.use_reflection_optimizer'. Down the road, it
> also
>>> allows us to implement discrimination-based inheritance for
>> components.
>>>
>>>
>>>
>>
> --------
>> -
---
> -
>> Using Tomcat but need to do more? Need to support web services,
> security?
>> Get stuff done quickly with pre-integrated technology to make your job
>
>> easier
>> Download IBM WebSphere Application Server v.1.0.1 based on Apache
>>
/sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto
sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.r
se
> the
> HibermnateDaoSupport closes the hibernate session...
>
> I have tried with the join keyword in gthe query without success.
>
> Any idea??
>
> thx
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PR
query, tooling impls etc)
>>
>> > Batch changes: to do that I need to be able to keep a session related
>> > queue of all insert/update changes. I can't in the current design
>> > because SessionImpl does not have such concept and because the
>> >
.
> Could anyone please point me the problem.
> Regards,
> Subhra
>
>
> -
> Do you Yahoo!?
> Everyone is raving about the all-new Yahoo! Mail Beta.
--
--
Max Rydahl Andersen
callto://max.
p://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> ___
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.
?
> Clustered Directory: think about that. A JDBC Directory might not be the
> perfect solution actually.
Doesn't Lucene or some sister project provide clustering for Lucene yet ?
> implements additional strategies to load object on query.list()
what is this one ?
--
--
Max Rydahl
Original Message-----
>> From: [EMAIL PROTECTED]
>> [mailto:[EMAIL PROTECTED] On
>> Behalf Of Max Rydahl Andersen
>> Sent: Wednesday, July 12, 2006 3:57 AM
>> To: Hibernate development
>> Subject: [Hibernate] eclipse chokes on current annotations code
>>
>
javac works fine, but eclipse chokes on casting Properties to Map
I've bugged eclipse about it to see what they provide as explanation.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=150362
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
pre-integrated technology to make your job
> easier
> Download IBM WebSphere Application Server v.1.0.1 based on Apache
> Geronimo
> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
> _______
> hibern
el@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
Using Tomcat but need to do more? Need to support web services, security?
It may contain confidential or privileged information or both.
>
> No confidentiality or privilege is waived or lost by any mis
> transmission.
>
> If you receive this correspondence in error please delete it from your
> system immediately and notify the sender.
>
> You mus
http://forum.hibernate.org/viewtopic.php?p=2313044#2313044
http://blog.hibernate.org/cgi-bin/blosxom.cgi/2006/07/06#hibernatetoolsbeta6released
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
Using Tomcat
> Yes I could add some lucene specific metadata and let the SF constructor
> eat this information
I meant just get it from the metaattributes from the Configuration ?
Then no specific addon module info creeps into the core.
/max
>
> Max Rydahl Andersen wrote:
>>
>> O
> An event has access to the configuration at initialization time and this
> happens just before the SessionFactory creation.
so today it could just take info from that and tie it into something
"lucene-integration" specific, correct ?
/max
> Max Rydahl Andersen wrote:
cause
it could always be read/accessed through the Configuration model.
/max
>
> Max Rydahl Andersen wrote:
>>
>> On Sat, 01 Jul 2006 20:02:46 +0200, Emmanuel Bernard
>> <[EMAIL PROTECTED]> wrote:
>>
>> > For the Lucene integration I need to keep tr
rnate event) needs it.
>> This is actually very close to the notion of cache which is part of the
>> core.
>>
>> Max Rydahl Andersen wrote:
>> >
>> > On Sat, 01 Jul 2006 20:02:46 +0200, Emmanuel Bernard
>> > <[EMAIL PROTECTED]> wrote:
>>
uot; model because
the core persistence engine does not need them.
AFAIK it still does not need them, so why not build some external "data
repository"
or simply keep the Configuration (maybe a serialized clone) around for
these special cases ?
--
--
Max Rydahl Andersen
callto
"firstn")
>> }),
>> columns = [EMAIL PROTECTED](name = "surface"),
>> @ColumnResult(name = "volume")})
>>
>>
>>
>> ___
>> hibernate-devel maili
mn =
>> "length"),
>> @FieldResult(name = "captain.firstname", column =
>> "firstn")
>> }),
>> columns = [EMAIL PROTECTED](name = "surface"),
>> @ColumnResult(name = "volume")})
>>
>>
>>
>
.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
"lastn"),
> @FieldResult(name = "dimensions.length", column =
> "length"),
> @FieldResult(name = "captain.firstname", column =
> "firstn")
> }),
> columns = [EMAIL PROTE
________
> hibernate-devel mailing list
> hibernate-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED
On Sun, 11 Jun 2006 18:34:36 +0200, Erik Bertelsen
<[EMAIL PROTECTED]> wrote:
> 2006/6/11, Max Rydahl Andersen <[EMAIL PROTECTED]>:
>>
>>
>>
>> as i mentioned at the bug we could actually implement this by doing a
>> custom impl of HibernateTestCase.
10:21 AM
>> > To: Scott M Stark; Szczepan Faber
>> > Cc: hibernate-devel@lists.sourceforge.net
>> > Subject: RE: [Hibernate] questions regarding development setup
>> >
>> >
>> > Yes, but no such thing exist AFAIK. That is why we introduced
&g
at is even worse to maintain.
Again, as Scott so correctly pointed out; it is a limitation of the
unittest framework
we are trying to cope with.
/max
> Thanks,
> Szczepan Faber
>
> On 6/9/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote:
>>
>>
>> >
e know some part has a bug/issue ? how is that for
credibility ?
/max
> Thanks,
> Szczepan
>
>
> On 6/9/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote:
>>
>>
>> > b) But what's the reason of making surprising test subpackage (I've
>>
te.ejb.test.item and not just item.
>
> /max
>
>> Max Rydahl Andersen wrote:
>>>
>>> > No, this is a pure Hibernate EntityManager test, it has nothing to do
>>> > with app servers.
>>>
>>> ah - i didn't see that getConstantValue th
t.item and not just item.
/max
> Max Rydahl Andersen wrote:
>>
>> > No, this is a pure Hibernate EntityManager test, it has nothing to do
>> > with app servers.
>>
>> ah - i didn't see that getConstantValue thingy.
>> that error is because of terr
alue thingy.
> that error is because of terrible windows that forces the classloaders
> to have case ignored for lookups ;)
>
> /max
>
>> Max Rydahl Andersen wrote:
>>>
>>> I have seen similar NoClassDef when dealing with classloaders in
>>> eclipse.
> No, this is a pure Hibernate EntityManager test, it has nothing to do
> with app servers.
ah - i didn't see that getConstantValue thingy.
that error is because of terrible windows that forces the classloaders
to have case ignored for lookups ;)
/max
> Max Rydahl Andersen wrote
stractEntityManagerImpl.createQuery(AbstractEntityManagerImpl.java:79)
> at
> org.hibernate.ejb.test.QueryTest.testEscapeCharacter(QueryTest.java:133)|
>
> Note that if I change the alias, it works.
> Query q = em.createQuery( "select i f
rent setup then lets talk ;)
/max
>
> Thanks,
> Szczepan
>
>
> On 6/8/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote:
>>
>> > 1. Why there are about 10 failing test after getting project from svn?
>>
>> a) if the method ends in "FailureEx
based tests which does not fit 100% into
the implmentation "layout".
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
___
hibernate-devel mailing list
th nulls in it ?
But I think it at least should be challenged.
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
___
hibernate-devel mailing list
hibernate-devel@list
; focussed on full text search (also like Compass's one :
>>
>> http://www.opensymphony.com/compass/versions/0.9.1/html/core-workingwithobjects.html#Searching
>> ) but that would make sure the objects retrieved from the Lucene
>> index behave as if they we
t;
> Another nice benefit of this would be to allow "mixed providers". Like
> imagine a clustered data cache along with a local query cache.
+1.
What about "mixed providers" in general ? e.g. being able to use EhCache
for
some entities and JBossCache for other
transparent
> way for the user.
> As I said, in a first implementation, we can always "fetch eager" from
> Hibernate, but some provision should be made to avoid loading from the
> database when it's not necessary.
> If you use mostly the full text search to displa
ase)
> This looks to me like a new Criterion implementation, the rest is
> regular Criteria API.
But it needs an alternative rendering + loader. Hence my ref to exposing
CustomQuery.
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
gt; http://www.opensymphony.com/compass/versions/0.9.1/html/core-settings.html#config-converter
>- Build a Full Text query facility similar to Hql / Criteria,
> but focussed on full text search (also like Compass's one :
>
> http://www.opensymphony.com/c
is needed)
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
All the advantages of Linux Managed Hosting--Without the Cost and Risk!
Fully trained technicians. T
and if that is what it takes, then let that be it ;)
/max
Exactly.
-Original Message-
From: Max Andersen
And I guess you really want it disjunct from the mapping and not
"just"
where the assocation is already defined ?
--
--
Max Rydahl Andersen
callto://max.rydah
The could also be a good place to make some other things
settable, eg, TX isolation mode, flushmode, TX timeout, etc.
WDYT? Is it a nice construct?
+1 (times all the other times I voted for it ;)
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibern
. Click to learn more
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=107521&bid=248729&dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
M
leases out.
-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Max
Rydahl Andersen
Sent: Wednesday, May 10, 2006 9:57 AM
To: Emmanuel Bernard; [EMAIL PROTECTED];
hibernate-devel@lists.sourceforge.net
Subject: Re: [Hibernate] Issue with pluggable functions
On W
have ;)
/max
-Original Message-
From: Max Rydahl Andersen <[EMAIL PROTECTED]>
To: Emmanuel Bernard <[EMAIL PROTECTED]>; Hibernate development
Sent: Wed May 10 09:24:46 2006
Subject: Re: [Hibernate] Issue with pluggable functions
...so I apparently did not have the latest-latest
Hibernate Annotations 3.2.0.CR1
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
Using Tomcat but need to do more? Need to support web services, security
ut why are you using that from annotations ?
In any case, did you not need to rebuild annotations to remove the cglib
dependency ?
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PRO
ld be
great, though, I know that such interface changes are bad.
For now, I'll add this to the ResultTransformer javadoc. Hopefully the
users read them.
Thanks for your assistance!
Ciao,
Mario
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernat
On Fri, 05 May 2006 12:26:27 +0200, Mario Ivankovits <[EMAIL PROTECTED]>
wrote:
Max Rydahl Andersen schrieb:
could probably just be solved with a proper equals/hashcode impl
Yes, I also thought about it, but also thought you'll consider this as a
hack ;-)
But with the "subc
stinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
Using Tomcat but need to do more? Need to support web services, security?
Get stuff
http://forum.hibernate.org/viewtopic.php?p=2302253#2302253
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
Using Tomcat but need to do more? Need to
ould easily done because i was trying
for
days now for myself with no success!
Any help would be appreciated!
Thanks in advance!
Regards,
Markus
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.o
Hi,
Anyone with a free hand (and knowledge) who would like to bring the ejb3
generation up to spec in the tools ?
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
te-annotations
3.1beta8
org.hibernate
hibernate
3.1.2
java version "1.5.0_06"
thanks,
valerio
On 4/18/06, Max Rydahl Andersen <[EMAIL PROTECTED]> wrote:
1) I don't it will work because of api changes, but feel free to
try/submit patches
2)
s a lot,
Valerio Schiavoni
--
http://valerioschiavoni.blogspot.com
http://jroller.com/page/vschiavoni
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored
f forward 4
help.
Thank u,
Parimala
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by xPML, a groundbreaking s
Expected org.hibernate.test.hql.HQLTest
testDuplicateExplicitJoinFailureExpected org.hibernate.test.hql.HQLTest
testCollectionFetchVsLoad org.hibernate.test.stats.StatsTest
Modifications since last build: (first 50 of 0)
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECT
720&dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss In
l.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
ing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/hibernate-commits
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is spo
e raised in
the User Forum with an excellent description given:
http://forum.hibernate.org/viewtopic.php?t=957348
Ciao,
Jonathan O'Connor
XCOM Dublin
"Max Rydahl
Andersen"
<[EMAIL PROTECTED]
To
)
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications
FYI if you see weird "connection is closed" messages while working with
jira.
/max
--- Forwarded message ---
From: "Craig McElroy" <[EMAIL PROTECTED]>
To: "Max Rydahl Andersen" <[EMAIL PROTECTED]>
Cc:
Subject: Re: error at hibernate jira in
vel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.
s-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.ande
l?cmd=lnk&kid=110944&bid=241720&dat=121642
___
hibernate-devel mailing list
hibernate-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTE
lists.sourceforge.net/lists/listinfo/hibernate-devel
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by xPML, a groundbreak
On Mon, 20 Mar 2006 20:55:22 +0100, Emmanuel Bernard
<[EMAIL PROTECTED]> wrote:
So hide the package
feel free - I have no idea on how ;)
/max
Max Rydahl Andersen wrote:
On Mon, 20 Mar 2006 16:23:50 +0100, Emmanuel Bernard
<[EMAIL PROTECTED]> wrote:
Tools in SF (Hibernate
7 Willich, USt-IdNr.: DE 812 885 664
Kommunikation: Telefon +49 2154 9209-70, Telefax +49 2154 9209-900,
www.xcom.de
Handelsregister: Amtsgericht Krefeld, HRB 10340
Vorstand: Matthias Albrecht, Renate Becker-Grope, Marco Marty
Vorsitzender des Aufsichtsrates: Stephan Steuer
--
--
Max Rydah
/max
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into w
http://fisheye.jboss.org/viewrep/Hibernate/
and i already updated http://www.hibernate.org/30.html
so know our move is complete.
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED
Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and
at least have a much higher chance of getting applied.
--
--
Max Rydahl Andersen
callto://max.rydahl.andersen
Hibernate
[EMAIL PROTECTED]
http://hibernate.org
JBoss Inc
[EMAIL PROTECTED]
---
This SF.Net email is sponsored by xPML, a groundbre
lationship
between C and AB (table) is an association many to many that creates a
table
ABC.
So, how can i map this relationship? How can i represent the table AB?
A --- AB --- B
|
|
ABC
|
|
C
thanks...
--
--
Max Rydahl Ander
1 - 100 of 700 matches
Mail list logo