Class EntityWithManyToOneSelfReference
java.lang.Object
org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
-
Constructor Summary
ConstructorsConstructorDescriptionEntityWithManyToOneSelfReference
(Integer id, String name, Integer someInteger) EntityWithManyToOneSelfReference
(Integer id, String name, Integer someInteger, EntityWithManyToOneSelfReference other) EntityWithManyToOneSelfReference
(Integer id, String name, EntityWithManyToOneSelfReference other, Integer someInteger) -
Method Summary
Modifier and TypeMethodDescriptiongetId()
getName()
getOther()
void
void
void
void
setSomeInteger
(Integer someInteger)
-
Constructor Details
-
EntityWithManyToOneSelfReference
-
EntityWithManyToOneSelfReference
public EntityWithManyToOneSelfReference(Integer id, String name, Integer someInteger, EntityWithManyToOneSelfReference other) -
EntityWithManyToOneSelfReference
public EntityWithManyToOneSelfReference(Integer id, String name, EntityWithManyToOneSelfReference other, Integer someInteger)
-
-
Method Details
-
getId
-
setId
-
getName
-
setName
-
getOther
-
setOther
-
getSomeInteger
-
setSomeInteger
-