Various libraries made for Pandacube’s plugins
Go to file
Marc Baloup 0391b7a9a0 Improve Java/SQL ORM
- 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
2017-09-13 01:05:10 +02:00
.settings Conversion en projet Maven 2016-12-28 05:11:00 +01:00
src/main/java/fr/pandacube/java Improve Java/SQL ORM 2017-09-13 01:05:10 +02:00
.classpath Refactoring du package contenant l'API ORM 2016-12-29 18:23:12 +01:00
.gitignore Réorganisation des dépendances + configuration avancée des projets 2016-12-28 05:11:01 +01:00
.project Conversion en projet Maven 2016-12-28 05:11:00 +01:00
pom.xml Change Bungeecord version 2017-07-05 03:52:13 +02:00