Skip to main content
← All Tags

Hibernate

2 articles in this category

AI NewsPersistenceHibernate

A Guide to @ConcreteProxy in Hibernate

Learn how to use Hibernate's @ConcreteProxy annotation to correctly lazy load polymorphic associations, resolving type checking failures in inheritance hierarchies.

Read more
AI NewsHibernateHQL

Solving Hibernate SyntaxException: token ‘*’, no viable alternative at input

Hibernate throws SyntaxException when using * in HQL queries, fixed by selecting entities directly.

Read more