|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PersistenceBrokerCallback | |
---|---|
org.springframework.orm.ojb | Package providing integration of Apache OJB with Spring concepts. |
Uses of PersistenceBrokerCallback in org.springframework.orm.ojb |
---|
Methods in org.springframework.orm.ojb with parameters of type PersistenceBrokerCallback | |
---|---|
Object |
PersistenceBrokerTemplate.execute(PersistenceBrokerCallback action)
|
Object |
PersistenceBrokerOperations.execute(PersistenceBrokerCallback action)
Execute the action specified by the given action object within a PersistenceBroker. |
Collection |
PersistenceBrokerTemplate.executeFind(PersistenceBrokerCallback action)
|
Collection |
PersistenceBrokerOperations.executeFind(PersistenceBrokerCallback action)
Execute the specified action assuming that the result object is a Collection. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |