[hibernate-dev] Hibernate development in Eclipse IDE?

Arnold Gálovics galovicsarnold at gmail.com
Wed Apr 26 06:13:35 EDT 2017


Hi all,

Does anyone have issues with the hibernate-core module in Eclipse?

*I'm getting the following errors there:*
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type AbstractBulkCompositeIdTest
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type AbstractBulkIdTest
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type AbstractSkipLockedTest
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type AbstractSkipLockedTest
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type AbstractSkipLockedTest
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type BatchOptimisticLockingTest BatchOptimisticLockingTest.java
The method doInHibernate(Supplier<SessionFactory>,
TransactionUtil.HibernateTransactionFunction<Object>) is ambiguous for the
type InformixFunctionTest
Type mismatch: cannot convert from NativeQuery to NativeQueryImplementor
SessionDelegatorBaseImpl.java

I also had some cyclic dependency issues within the modules but that can be
solved by disabling the error in Eclipse. These issues are not present in
IntelliJ anyhow.

Does anyone experience the same? Shouldn't this be fixed or the official
IDE for Hibernate is IntelliJ?

Thanks!

Best Regards,
Arnold


More information about the hibernate-dev mailing list