zoefx-core-0.1.1-sources.com.axiastudio.zoefx.TODOS Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of zoefx-core Show documentation
Show all versions of zoefx-core Show documentation
ZoeFX is a MVC framework based on JavaFX.
== PropertyBuilder ==
Long field -> String property
Short field -> String property
Float field -> String property
== Bugs ==
Per ora è necessario implementare equals e hashCode per far funzionare i choicebox con l'implementazione jpa.
Il problema è che ItemObjectProperty.getSuperset() restituisce un superset richiesto con un altro manager (un altro
entity manager nel caso di implementazione jpa). Di conseguenza Object.equals non riconosce uguali le due entità.