Uses of Class
com.github.drinkjava2.jsqlbox.ActiveRecord

Packages that use ActiveRecord
com.github.drinkjava2.jsqlbox   
 

Uses of ActiveRecord in com.github.drinkjava2.jsqlbox
 

Subclasses of ActiveRecord in com.github.drinkjava2.jsqlbox
 class Tail
          Tail is an empty entity only used to deal tables no any entity mapping, so each CURD need add a tail("table") as parameter, for example: new Tail().putTail("user_name", "Tom", "age", 10).insert(JSQLBOX.tail("some_table"));
 



Copyright © 2018. All rights reserved.