Class EntityWithOneToManyNotOwned
- java.lang.Object
-
- org.hibernate.testing.orm.domain.gambit.EntityWithOneToManyNotOwned
-
@Entity public class EntityWithOneToManyNotOwned extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description EntityWithOneToManyNotOwned()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChild(EntityWithManyToOneWithoutJoinTable child)
java.util.List<EntityWithManyToOneWithoutJoinTable>
getChildren()
java.lang.Integer
getId()
void
setChildren(java.util.List<EntityWithManyToOneWithoutJoinTable> children)
void
setId(java.lang.Integer id)
-
-
-
Method Detail
-
getId
public java.lang.Integer getId()
-
setId
public void setId(java.lang.Integer id)
-
getChildren
public java.util.List<EntityWithManyToOneWithoutJoinTable> getChildren()
-
setChildren
public void setChildren(java.util.List<EntityWithManyToOneWithoutJoinTable> children)
-
addChild
public void addChild(EntityWithManyToOneWithoutJoinTable child)
-
-