Good Morning Sir,
Now, I m using hibernate for my project. At that time I have handled all the
cases including association.
But some problem in genralization of classes. I m so confused how to make
mapping and java file in hibernate for my this case .
The case is :
--
Good Morning Sir,
Now, I m using hibernate for my project. At that time I have handled all the
cases including association.
But some problem in genralization of classes. I m so confused how to make
mapping and java file in hibernate for my this case .
The case is :
--
I am trying to use hibernate.criterion.Example to find a User model by Example
this following code will only get all users which username="myuser" &
enabled="false"
NOT all user regardless enabled = true or false
bcos when invokes 'new User("myuser")' , user.enabled will be
initialized by cons
Yes it is relevant. Thanks for the fix.
Max Rydahl Andersen wrote:
>
> I don't recall, but is our own javax.persistence src copy still relevant ?
>
> Just thinking if it has any value to fix stuff like the ones below ?
> (shuffled javadoc)
>
> /max
>
> --- Forwarded message ---
> From: [E
I don't recall, but is our own javax.persistence src copy still relevant ?
Just thinking if it has any value to fix stuff like the ones below ?
(shuffled javadoc)
/max
--- Forwarded message ---
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Cc:
Subject: [hibernate-commits] Hibernate SV