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 IntegergetId()EntityWithOneToManyNotOwnedgetOwner()IntegergetSomeInteger()voidsetId(Integer id)voidsetOwner(EntityWithOneToManyNotOwned owner)voidsetSomeInteger(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)
-
-