Uses of Class
org.hibernate.testing.orm.domain.gambit.EntityWithLazyManyToOneSelfReference
Packages that use EntityWithLazyManyToOneSelfReference
-
Uses of EntityWithLazyManyToOneSelfReference in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return EntityWithLazyManyToOneSelfReferenceMethods in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithLazyManyToOneSelfReferenceModifier and TypeMethodDescriptionvoidEntityWithLazyManyToOneSelfReference.setOther(EntityWithLazyManyToOneSelfReference other) Constructors in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithLazyManyToOneSelfReferenceModifierConstructorDescriptionEntityWithLazyManyToOneSelfReference(Integer id, String name, Integer someInteger, EntityWithLazyManyToOneSelfReference other) EntityWithLazyManyToOneSelfReference(Integer id, String name, EntityWithLazyManyToOneSelfReference other, Integer someInteger)