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