Various libraries made for Pandacube’s plugins
Marc Baloup
0391b7a9a0
- Support for custom Java types and conversion for database storage - Enums are considered custom types - SQLField.name is now encapsulated as encouraged by OOP principles - SQLField.name is now auto deducted from the Java field's name in the SQLElement subclass (no more field name in the constructor) - No need to precise the SQLType of an SQLFKField (auto deducted from the target SQLField's type) via static method SQLFKField.customFK() - Support of Java type UUID (stored as CHAR(36) in database. No need to use custom getter and setters for SQLElements using UUID fields |
||
---|---|---|
.settings | ||
src/main/java/fr/pandacube/java | ||
.classpath | ||
.gitignore | ||
.project | ||
pom.xml |