Class EntityWithManyToOneWithoutJoinTable
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
-
-
Constructor Summary
Constructors Constructor Description EntityWithManyToOneWithoutJoinTable(Integer id, Integer someInteger)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Integer
getId()
EntityWithOneToManyNotOwned
getOwner()
Integer
getSomeInteger()
void
setId(Integer id)
void
setOwner(EntityWithOneToManyNotOwned owner)
void
setSomeInteger(Integer someInteger)
-
-
-
Method Detail
-
getId
public Integer getId()
-
setId
public void setId(Integer id)
-
getSomeInteger
public Integer getSomeInteger()
-
setSomeInteger
public void setSomeInteger(Integer someInteger)
-
getOwner
public EntityWithOneToManyNotOwned getOwner()
-
setOwner
public void setOwner(EntityWithOneToManyNotOwned owner)
-
-