|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Group | |
| blackboard.persist.course | |
| Uses of Group in blackboard.persist.course |
| Methods in blackboard.persist.course that return Group | |
Group |
GroupDbLoader.loadById(Id id)
Load the Group with the given Id from the database using a connection obtained through this object's database context. |
Group |
GroupDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Group with the given Id from the database using the supplied connection. |
| Methods in blackboard.persist.course with parameters of type Group | |
void |
GroupDbPersister.persist(Group group)
Inserts or updates the supplied Group using a connection from
the associated persistence manager's database container. |
void |
GroupDbPersister.persist(Group group,
java.sql.Connection con)
Inserts or updates the supplied Group using the supplied
connection. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||