| Package | Description |
|---|---|
| com.github.drinkjava2.jdialects | |
| com.github.drinkjava2.jdialects.model |
| Class and Description |
|---|
| ColumnModel
A ColumnModel definition represents a platform dependent column in a Database
Table, from 1.0.5 this class name changed from "Column" to "ColumnModel" to
avoid naming conflict to JPA's "@Column" annotation
|
| TableModel
A TableModel definition represents a platform dependent Database Table, from
1.0.5 this class name changed from "Table" to "TableModel" to avoid naming
conflict to JPA's "@Table" annotation
|
| Class and Description |
|---|
| ColumnModel
A ColumnModel definition represents a platform dependent column in a Database
Table, from 1.0.5 this class name changed from "Column" to "ColumnModel" to
avoid naming conflict to JPA's "@Column" annotation
|
| FKeyModel
The platform-independent Foreign Key Constraint model
|
| IndexModel
The platform-independent Index model
|
| TableModel
A TableModel definition represents a platform dependent Database Table, from
1.0.5 this class name changed from "Table" to "TableModel" to avoid naming
conflict to JPA's "@Table" annotation
|
| UniqueModel
The platform-independent Unique Constraint model
|
Copyright © 2022. All rights reserved.