Package com.github.drinkjava2.jdialects.model

Class Summary
AutoIdGenerator The global unique ID generator named as "jdialects_autoid" (similar like in Hibernate the table "hibernate_sequence"), one database only allowed 1 AutoIdGenerator table, all table columns which need a "auto" type ID will share use this table
Column The platform-independent Column model
FKeyConstraint The platform-independent Foreign Key Constraint model
InlineFKeyConstraint An "in-line" style Foreign key constraint, some time it's more convenient than normal "FKeyConstraint"
Sequence The platform-independent Sequence model, similar like JPA but use allocationSize instead of allocationSize
Table The platform-independent table model
TableGenerator The platform-independent table model
 



Copyright © 2017. All rights reserved.