Uses of Interface
com.github.drinkjava2.jdbpro.CustomizedSqlItem

Packages that use CustomizedSqlItem
com.github.drinkjava2.jsqlbox.sqlitem   
 

Uses of CustomizedSqlItem in com.github.drinkjava2.jsqlbox.sqlitem
 

Classes in com.github.drinkjava2.jsqlbox.sqlitem that implement CustomizedSqlItem
 class EntityKeyItem
          This EntityKeyItem is used to build a " alias.id1=? and alias.id2=? ..." SQL piece, alias is based on current PreparedSQL's setting
 class SampleItem
          This Sample is a CustomizedSqlItem, used to build a " where field1=? and field2=? ..." SQL piece, usages see below (detail demo see CrudTest.java):
 



Copyright © 2018. All rights reserved.