Module com.iamsoft.util.ui
Package com.iamsoft.util.ui.javafx.table
Class JpaTableViewFindSupport.Builder
- java.lang.Object
-
- com.iamsoft.util.ui.javafx.table.JpaTableViewFindSupport.Builder
-
- Enclosing class:
- JpaTableViewFindSupport
public static class JpaTableViewFindSupport.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JpaTableViewFindSupport.Builder
addTableInfo(JpaTableInfo pTableInfo)
JpaTableViewFindSupport
build()
JpaTableViewFindSupport.Builder
withDatabase(JpaTableViewUtil.Database pDatabase)
JpaTableViewFindSupport.Builder
withDbExecutorService(ExecutorService pDbExecutorService)
JpaTableViewFindSupport.Builder
withEntityManagerFactory(jakarta.persistence.EntityManagerFactory pEntityManagerFactory)
JpaTableViewFindSupport.Builder
withFindTextFieldSupport(FindTextFieldSupport pFindTextFieldSupport)
-
-
-
Method Detail
-
withDatabase
public JpaTableViewFindSupport.Builder withDatabase(JpaTableViewUtil.Database pDatabase)
-
withFindTextFieldSupport
public JpaTableViewFindSupport.Builder withFindTextFieldSupport(FindTextFieldSupport pFindTextFieldSupport)
-
withEntityManagerFactory
public JpaTableViewFindSupport.Builder withEntityManagerFactory(jakarta.persistence.EntityManagerFactory pEntityManagerFactory)
-
withDbExecutorService
public JpaTableViewFindSupport.Builder withDbExecutorService(ExecutorService pDbExecutorService)
-
addTableInfo
public JpaTableViewFindSupport.Builder addTableInfo(JpaTableInfo pTableInfo)
-
build
public JpaTableViewFindSupport build()
-
-