public class _StudentHouse extends BaseEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
ID_PK_COLUMN |
static String |
NAME_PROPERTY |
static String |
STUDENT_PROPERTY |
| Constructor and Description |
|---|
_StudentHouse() |
| Modifier and Type | Method and Description |
|---|---|
void |
addToStudent(Student obj) |
String |
getName() |
List |
getStudent() |
void |
removeFromStudent(Student obj) |
void |
setName(String name) |
getId, isNewaddToManyTarget, appendProperties, decodeFromXML, encodeAsXML, fetchFinished, getDataContext, getSnapshotVersion, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setDataContext, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToOneTarget, toString, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectlygetMapKey, getObjectContext, getObjectId, getObjEntity, getPersistenceState, setObjectIdpublic static final String NAME_PROPERTY
public static final String STUDENT_PROPERTY
public static final String ID_PK_COLUMN