Uses of Class
org.hibernate.testing.orm.domain.gambit.EntityWithManyToOneWithoutJoinTable
-
Packages that use EntityWithManyToOneWithoutJoinTable Package Description org.hibernate.testing.orm.domain.gambit -
-
Uses of EntityWithManyToOneWithoutJoinTable in org.hibernate.testing.orm.domain.gambit
Methods in org.hibernate.testing.orm.domain.gambit that return types with arguments of type EntityWithManyToOneWithoutJoinTable Modifier and Type Method Description List<EntityWithManyToOneWithoutJoinTable>
EntityWithOneToManyNotOwned. getChildren()
Methods in org.hibernate.testing.orm.domain.gambit with parameters of type EntityWithManyToOneWithoutJoinTable Modifier and Type Method Description void
EntityWithOneToManyNotOwned. addChild(EntityWithManyToOneWithoutJoinTable child)
Method parameters in org.hibernate.testing.orm.domain.gambit with type arguments of type EntityWithManyToOneWithoutJoinTable Modifier and Type Method Description void
EntityWithOneToManyNotOwned. setChildren(List<EntityWithManyToOneWithoutJoinTable> children)
-