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

Packages that use ActiveRecordSupport
com.github.drinkjava2.jsqlbox   
 

Uses of ActiveRecordSupport in com.github.drinkjava2.jsqlbox
 

Classes in com.github.drinkjava2.jsqlbox that implement ActiveRecordSupport
 class ActiveRecord<T>
          Entity class extended from ActiveRecord or implements ActiveRecordSupport interface will get CRUD methods, see below difference in jSqlBox to save ActiveRecord entity and normal entity(POJO) into database:
 



Copyright © 2018. All rights reserved.