Uses of Class
org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneSelfReference
-
Packages that use EntityWithManyToOneSelfReference Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of EntityWithManyToOneSelfReference in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return EntityWithManyToOneSelfReference Modifier and Type Method Description EntityWithManyToOneSelfReference
EntityWithManyToOneSelfReference. getOther()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithManyToOneSelfReference Modifier and Type Method Description void
EntityWithManyToOneSelfReference. setOther(EntityWithManyToOneSelfReference other)
Constructors in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithManyToOneSelfReference Constructor Description EntityWithManyToOneSelfReference(Integer id, String name, Integer someInteger, EntityWithManyToOneSelfReference other)
EntityWithManyToOneSelfReference(Integer id, String name, EntityWithManyToOneSelfReference other, Integer someInteger)
-