| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TopLinkCallback | |
|---|---|
| org.springframework.orm.toplink | Package providing integration of Oracle TopLink with Spring concepts. | 
| Uses of TopLinkCallback in org.springframework.orm.toplink | 
|---|
| Classes in org.springframework.orm.toplink that implement TopLinkCallback | |
|---|---|
|  class | SessionReadCallbackConvenient abstract implementation of the TopLinkCallback interface, exposing either the plain TopLink Session or the TopLink UnitOfWork (which extends the Session interface) to code that reads persistent objects. | 
|  class | UnitOfWorkCallbackConvenient abstract implementation of the TopLinkCallback interface, exposing a UnitOfWork to perform write operations on. | 
| Methods in org.springframework.orm.toplink with parameters of type TopLinkCallback | |
|---|---|
|  Object | TopLinkOperations.execute(TopLinkCallback action)Execute the action specified by the given action object within a TopLink Session. | 
|  Object | TopLinkTemplate.execute(TopLinkCallback action) | 
|  List | TopLinkOperations.executeFind(TopLinkCallback action)Execute the specified action assuming that the result object is a Collection. | 
|  List | TopLinkTemplate.executeFind(TopLinkCallback action) | 
| 
 | ||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||