HeHo,
ist it possible to map some thing like this:
My Entities:
Interface human;
@Entity
class man implements human;
@Entity
class woman implements human;
class city{
@ManyToMany
public List citizen;
}
TATA:
org.hibernate.MappingException: Association references unmapped class: hum
hello,
I wont to get the current connected user in my session bean.
Any Idea
thx
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3886793#3886793
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3886793
--
how do i create a compsite key with two id`s
one of this ids should be incremendet for new objekts.
how can i specify the generator type for this id?
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3885264#3885264
Reply to the post :
http://www.jboss.org/index.