|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use Link | |
| blackboard.persist.content | |
| Uses of Link in blackboard.persist.content |
| Methods in blackboard.persist.content that return Link | |
Link |
LinkDbLoader.loadById(Id id)
Load the Link with the given Id from the database using a connection obtained through this object's database context. |
Link |
LinkDbLoader.loadById(Id id,
java.sql.Connection con)
Load the Link with the given Id from the database using the supplied connection. |
Link |
LinkDbLoader.loadByReferrerIdAndType(Id id,
Link.ReferrerType eReferrerType)
Load the Link with the given referrer id and type from the database using a connection obtained through this object's database context. |
Link |
LinkDbLoader.loadByReferrerIdAndType(Id id,
Link.ReferrerType eReferrerType,
java.sql.Connection con)
Load the Link with the given referrer id and type from the database using the supplied connection. |
| Methods in blackboard.persist.content with parameters of type Link | |
void |
LinkDbPersister.persist(Link link)
Inserts or updates the supplied Link using a connection from
the associated persistence manager's database container. |
void |
LinkDbPersister.persist(Link link,
java.sql.Connection con)
Inserts or updates the supplied Link using the supplied connection.
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||