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