public abstract class DBCallableProcessor extends Object
Constructor and Description |
---|
DBCallableProcessor() |
Modifier and Type | Method and Description |
---|---|
abstract void |
process(UserData data)
Method used to do multiple things to UserData objects such as Caching,
changing properties etc.
|
public abstract void process(UserData data)
data
- UserData object given to the DBCallableProcessor by the
method it was given as parameter to.Copyright © 2017. All rights reserved.