com.github.drinkjava2.jsqlbox.handler
Class EntityNetHandler
java.lang.Object
com.github.drinkjava2.jdbpro.DefaultOrderSqlHandler
com.github.drinkjava2.jsqlbox.handler.SSHandler
com.github.drinkjava2.jsqlbox.handler.SSTitleArrayListHandler
com.github.drinkjava2.jsqlbox.handler.EntityNetHandler
- All Implemented Interfaces:
- SqlHandler
public class EntityNetHandler
- extends SSTitleArrayListHandler
EntityNetHandler used to convert SQL query result to EntityNet
- Since:
- 1.0.0
- Author:
- Yong Zhu
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EntityNetHandler
public EntityNetHandler()
handle
public Object handle(ImprovedQueryRunner runner,
PreparedSQL ps)
- Description copied from interface:
SqlHandler
- handle method is an intercept method, subClass should implement this method
- Specified by:
handle in interface SqlHandler- Overrides:
handle in class SSTitleArrayListHandler
- Parameters:
runner - The ImprovedQueryRunner instanceps - The PreparedSQL instance
- Returns:
- The result Object
Copyright © 2018. All rights reserved.