com.github.drinkjava2.jsqlbox.handler
Class EntityListHandler
java.lang.Object
com.github.drinkjava2.jdbpro.DefaultOrderSqlHandler
com.github.drinkjava2.jsqlbox.handler.EntityListHandler
- All Implemented Interfaces:
- SqlHandler
public class EntityListHandler
- extends DefaultOrderSqlHandler
EntityListHandler is the SqlHandler used explain the Entity query SQL (For
example 'select u.** from users u') and return a List instance
- 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 |
EntityListHandler
public EntityListHandler()
handle
public Object handle(ImprovedQueryRunner runner,
PreparedSQL ps)
- Description copied from interface:
SqlHandler
- handle method is an intercept method, subClass should implement this method
- Parameters:
runner - The ImprovedQueryRunner instanceps - The PreparedSQL instance
- Returns:
- The result Object
Copyright © 2018. All rights reserved.