public class EstudianteSetCollection
extends org.orm.util.ORMSet
| Constructor and Description |
|---|
EstudianteSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int collType) |
EstudianteSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int targetKey,
int collType) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(Estudiante value)
Add the specified persistent object to ORMSet
|
boolean |
contains(Estudiante value)
Return true if ORMSet contains the specified persistent object
|
java.util.Iterator |
getIterator()
Return an iterator over the persistent objects
|
protected org.orm.PersistentManager |
getPersistentManager() |
void |
remove(Estudiante value)
Remove the specified persistent object from ORMSet
|
Estudiante[] |
toArray()
Return an array containing all of the persistent objects in ORMSet
|
Estudiante[] |
toArray(java.lang.String propertyName)
Return an sorted array containing all of the persistent objects in ORMSet
|
Estudiante[] |
toArray(java.lang.String propertyName,
boolean ascending)
Return an sorted array containing all of the persistent objects in ORMSet
|
public EstudianteSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int targetKey,
int collType)
public EstudianteSetCollection(java.lang.Object owner,
org.orm.util.ORMAdapter adapter,
int ownerKey,
int collType)
public java.util.Iterator getIterator()
public void add(Estudiante value)
value - the persistent objectpublic void remove(Estudiante value)
value - the persistent objectpublic boolean contains(Estudiante value)
value - the persistent objectpublic Estudiante[] toArray()
public Estudiante[] toArray(java.lang.String propertyName)
propertyName - Name of the property for sorting:public Estudiante[] toArray(java.lang.String propertyName, boolean ascending)
propertyName - Name of the property for sorting:ascending - true for ascending, false for descendingprotected org.orm.PersistentManager getPersistentManager()
throws org.orm.PersistentException
getPersistentManager in class org.orm.util.ORMSetorg.orm.PersistentException