Tableview and database table binding problems in javafx.

for example, the information in the database cannot be bound. I tried to pass a database object to the constructor of the class bound to ObservableList (called student), and then when I constructed the student object, I called the add method in the database object, and the add method added a student to the database with other parameters passed to the student ().
but encountered an alarm.

Mar.10,2022
Menu