Please I have being working on an application, and I am experiencing some challenges populating my javaFx table from ObjectDB, Please I don't know if I can get a sample code for populating javaFx table from ObjectDB that could aid my Project.
Populating JavaFx table from ObjectDB
#1
#2
You may check the following links:
- https://stackoverflow.com/questions/12248870/javafx-bind-entity-model-to-tableview
- https://stackoverflow.com/questions/22183175/javafx-tableview-with-transaction-support
They are on JPA in general with JavaFX.
ObjectDB Support