Generate or synchronize JPA/Hibernate entities from existing DB tables in IntelliJ IDEA | JPA Buddy

  Рет қаралды 14,811

JPA Buddy

JPA Buddy

Күн бұрын

Пікірлер: 2
@runitupquickly6067
@runitupquickly6067 7 ай бұрын
Is this hibernate reverse engineering?
@FerneyderCubidesSuarez
@FerneyderCubidesSuarez 6 ай бұрын
Not Working... when I select > New > JPA Entities from DB, the next error is thrown: Collection contains no element matching the predicate. Stack trace: java.util.NoSuchElementException: Collection contains no element matching the predicate. at liquibase.ext.intellij.das.DasToDbObjectsConverter.getLiquibaseColumns(DasToDbObjectsConverter.kt:344) at liquibase.ext.intellij.das.DasToDbObjectsConverter.initIndexes(DasToDbObjectsConverter.kt:138) at liquibase.ext.intellij.das.DasToDbObjectsConverter.createTable(DasToDbObjectsConverter.kt:92) at liquibase.ext.intellij.das.DasToDbObjectsConverter.createRelations(DasToDbObjectsConverter.kt:48) at com.intellij.re.UltimateDbSnapshotGeneratorImpl$loadModel$1.invoke(UltimateDbSnapshotGeneratorImpl.kt:31) at com.intellij.re.UltimateDbSnapshotGeneratorImpl$loadModel$1.invoke(UltimateDbSnapshotGeneratorImpl.kt:28) at com.intellij.liquibase.common.LiquibaseCommandManagerKt.runWithPluginClassLoader(LiquibaseCommandManager.kt:670) at com.intellij.re.UltimateDbSnapshotGeneratorImpl.loadModel(UltimateDbSnapshotGeneratorImpl.kt:28) at com.intellij.re.ui.DbTablesLoaderPanel$updateTablesField$1.invoke(DbTablesLoaderPanel.kt:192) at com.intellij.re.ui.DbTablesLoaderPanel$updateTablesField$1.invoke(DbTablesLoaderPanel.kt:182) at com.intellij.jpa.jpb.model.dbdrivers.DatabaseArtifactsManager.loadDriverAndRunAction(DatabaseArtifactsManager.kt:303) at com.intellij.re.ui.DbTablesLoaderPanel.updateTablesField(DbTablesLoaderPanel.kt:182) at com.intellij.re.ui.DbTablesLoaderPanel.updateTablesField$default(DbTablesLoaderPanel.kt:175) at com.intellij.re.ui.DbTablesLoaderPanel._init_$lambda$1(DbTablesLoaderPanel.kt:80) at java.desktop/javax.swing.JComboBox.fireActionEvent(JComboBox.java:1294) at java.desktop/javax.swing.JComboBox.setSelectedItem(JComboBox.java:619) at com.intellij.jpa.jpb.model.ui.component.DataSourceField.initItems(DataSourceField.kt:59) at com.intellij.jpa.jpb.model.ui.component.DataSourceField.initItems$default(DataSourceField.kt:52) at com.intellij.re.ui.DbTablesLoaderPanel.initFieldValues(DbTablesLoaderPanel.kt:135) at com.intellij.re.ui.bulk.BulkReverseEngineeringDialog.createCenterPanel(BulkReverseEngineeringDialog.kt:170) at com.intellij.openapi.ui.DialogWrapper.init(DialogWrapper.java:1328) at com.intellij.jpa.jpb.model.ui.dialog.HDialogWrapper.init(HDialogWrapper.java:66) at com.intellij.re.ui.bulk.BulkReverseEngineeringDialog.(BulkReverseEngineeringDialog.kt:107) at com.intellij.re.action.creation.entity.BulkReverseEngineeringAction.createElements(BulkReverseEngineeringAction.kt:49) at com.intellij.re.action.creation.entity.BulkReverseEngineeringAction.createElements(BulkReverseEngineeringAction.kt:40) at com.intellij.jpa.jpb.model.action.JpbElementCreationAction.doActionPerformed(JpbElementCreationAction.java:55) at com.intellij.jpa.jpb.model.action.JpbProjectAction.actionPerformed(JpbProjectAction.java:100) at com.intellij.openapi.actionSystem.ex.ActionUtil.doPerformActionOrShowPopup(ActionUtil.kt:305) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks$lambda$4(ActionUtil.kt:276) at com.intellij.openapi.actionSystem.impl.ActionManagerImpl.performWithActionCallbacks(ActionManagerImpl.kt:1161) at com.intellij.openapi.actionSystem.ex.ActionUtil.performActionDumbAwareWithCallbacks(ActionUtil.kt:275) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction$lambda$5(ActionMenuItem.kt:269) at com.intellij.openapi.wm.impl.FocusManagerImpl.runOnOwnContext(FocusManagerImpl.java:227) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.performAction(ActionMenuItem.kt:260) at com.intellij.openapi.actionSystem.impl.ActionMenuItem._init_$lambda$0(ActionMenuItem.kt:71) at java.desktop/javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1972) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed$lambda$4(ActionMenuItem.kt:102) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:106) at com.intellij.openapi.application.TransactionGuardImpl.performUserActivity(TransactionGuardImpl.java:95) at com.intellij.openapi.actionSystem.impl.ActionMenuItem.fireActionPerformed(ActionMenuItem.kt:101) at com.intellij.ui.plaf.beg.BegMenuItemUI.doClick(BegMenuItemUI.java:525) at com.intellij.ui.plaf.beg.BegMenuItemUI$MyMouseInputHandler.mouseReleased(BegMenuItemUI.java:558) at java.desktop/java.awt.Component.processMouseEvent(Component.java:6657) at java.desktop/javax.swing.JComponent.processMouseEvent(JComponent.java:3385) at java.desktop/java.awt.Component.processEvent(Component.java:6422) at java.desktop/java.awt.Container.processEvent(Container.java:2266) at java.desktop/java.awt.Component.dispatchEventImpl(Component.java:5027) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2324) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4855) at java.desktop/java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4969) at java.desktop/java.awt.LightweightDispatcher.processMouseEvent(Container.java:4583) at java.desktop/java.awt.LightweightDispatcher.dispatchEvent(Container.java:4524) at java.desktop/java.awt.Container.dispatchEventImpl(Container.java:2310) at java.desktop/java.awt.Window.dispatchEventImpl(Window.java:2809) at java.desktop/java.awt.Component.dispatchEvent(Component.java:4855) at java.desktop/java.awt.EventQueue.dispatchEventImpl(EventQueue.java:794) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:739) at java.desktop/java.awt.EventQueue$3.run(EventQueue.java:733) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:97) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:766) at java.desktop/java.awt.EventQueue$4.run(EventQueue.java:764) at java.base/java.security.AccessController.doPrivileged(AccessController.java:399) at java.base/java.security.ProtectionDomain$JavaSecurityAccessImpl.doIntersectionPrivilege(ProtectionDomain.java:86) at java.desktop/java.awt.EventQueue.dispatchEvent(EventQueue.java:763) at com.intellij.ide.IdeEventQueue.defaultDispatchEvent(IdeEventQueue.kt:698) at com.intellij.ide.IdeEventQueue.dispatchMouseEvent(IdeEventQueue.kt:637) at com.intellij.ide.IdeEventQueue._dispatchEvent$lambda$10(IdeEventQueue.kt:584) at com.intellij.openapi.application.impl.RwLockHolder.runWithEnabledImplicitRead(RwLockHolder.kt:138) at com.intellij.openapi.application.impl.RwLockHolder.runWithImplicitRead(RwLockHolder.kt:129) at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.kt:584) at com.intellij.ide.IdeEventQueue.access$_dispatchEvent(IdeEventQueue.kt:77) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:362) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1$1.compute(IdeEventQueue.kt:361) at com.intellij.openapi.progress.impl.CoreProgressManager.computePrioritized(CoreProgressManager.java:843) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:361) at com.intellij.ide.IdeEventQueue$dispatchEvent$processEventRunnable$1$1.invoke(IdeEventQueue.kt:356) at com.intellij.ide.IdeEventQueueKt.performActivity$lambda$1(IdeEventQueue.kt:1021) at com.intellij.openapi.application.TransactionGuardImpl.performActivity(TransactionGuardImpl.java:114) at com.intellij.ide.IdeEventQueueKt.performActivity(IdeEventQueue.kt:1021) at com.intellij.ide.IdeEventQueue.dispatchEvent$lambda$7(IdeEventQueue.kt:356) at com.intellij.openapi.application.impl.RwLockHolder.runIntendedWriteActionOnCurrentThread(RwLockHolder.kt:209) at com.intellij.openapi.application.impl.ApplicationImpl.runIntendedWriteActionOnCurrentThread(ApplicationImpl.java:830) at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.kt:398) at java.desktop/java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:207) at java.desktop/java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:128) at java.desktop/java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:117) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:113) at java.desktop/java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:105) at java.desktop/java.awt.EventDispatchThread.run(EventDispatchThread.java:92)
JPA Buddy - From Zero to Hero | @MarcoCodes
58:42
IntelliJ IDEA, a JetBrains IDE
Рет қаралды 14 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН
НИКИТА ПОДСТАВИЛ ДЖОНИ 😡
01:00
HOOOTDOGS
Рет қаралды 2,8 МЛН
Flipping Robot vs Heavier And Heavier Objects
00:34
Mark Rober
Рет қаралды 59 МЛН
Кәсіпқой бокс | Жәнібек Әлімханұлы - Андрей Михайлович
48:57
Solving one of PostgreSQL's biggest weaknesses.
17:12
Dreams of Code
Рет қаралды 205 М.
JPA/Hibernate Fundamentals 2023 - Lesson 1 - Entities
1:05:22
Laur Spilca
Рет қаралды 35 М.
JPA & Hibernate: Basic Annotations You Need To Know
15:11
Thorben Janssen
Рет қаралды 31 М.
JPA Entities Through Database Tables
8:24
ShivaTube Official
Рет қаралды 10 М.
Which Database Model to Choose?
24:38
High-Performance Programming
Рет қаралды 58 М.
А что бы ты сделал? @LimbLossBoss
00:17
История одного вокалиста
Рет қаралды 10 МЛН