Uses of Interface
com.github.drinkjava2.jsqlbox.EntityType

Packages that use EntityType
com.github.drinkjava2.jsqlbox   
 

Uses of EntityType in com.github.drinkjava2.jsqlbox
 

Classes in com.github.drinkjava2.jsqlbox that implement EntityType
 class ActiveRecord<T>
          Entity class extended from ActiveRecord will have CRUD methods, see below difference in jSqlBox to save ActiveRecord entity and normal entity(POJO) into database:
 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.