Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8469815
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T16:20:07+00:00 2026-06-10T16:20:07+00:00

I have JavaFx application with TableView and MySQL database. I have create entity model(Products)

  • 0

I have JavaFx application with TableView and MySQL database.

I have create entity model(Products) from database.

Have ObservableList<Products> proList;

How i can fill this proList from database and then bind my @FXML private TableView<Products> tableView;?

Im very very new in JavaFx.

Thanks

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-10T16:20:09+00:00Added an answer on June 10, 2026 at 4:20 pm

    In your start/initialize method,
    First load your entity list (assuming JPA):

    List<Products> productEntityList = 
        entityManager.createQuery("select p from Products p").getResultList(); // or better use your service classes to fetch data
    

    Second init the ObservableList with fetched data:

    proList = FXCollections.observableArrayList(productEntityList);
    

    Third set the items of the table view:

    tableView.setItems(proList);
    

    Note that any changes (add/remove) made to proList will be reflected to tableView.getItems() too.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a JavaFX webservice client mobile application. How can I make the JavaFX
I have a web application that loads other applications from within it, how can
I have this easy little form in my JavaFX application. I want to use
I have just explore javaFX. I am now programming modul based application by netBeans
Does JavaFX 2.0 supports printing? I have a text area from which I take
Hi Java programmers. I badly need your help. I have a JavaFX/Java ME application.
How do you create a JavaFX application that (instantly) dynamically resizes? Right now I
I've been researching about building desktop application with JavaFX framework. Does anyone have any
In a JavaFX application, I have two textboxes and three choicebox on a screen.
I have a jnlp file for deploying my javafx 2.0 application, however, how do

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.