public abstract class ServerLogic<DAOOut extends TransientObject>
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected DAO<TransientObject,DAOOut> |
dao |
Constructor and Description |
---|
ServerLogic(DAO<TransientObject,DAOOut> dao) |
protected DAO<TransientObject,DAOOut extends TransientObject> dao
public ServerLogic(DAO<TransientObject,DAOOut> dao)