Skip to content

Latest commit

 

History

History
 
 

HibernateSpringBootFilterAssociation

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Filter Association Via Hibernate @Where

Note: Rely on this approach only if you simply cannot use JOIN FETCH WHERE or @NamedEntityGraph.

Description: This application is a sample of using Hibernate @Where for filtering associations.

Key points:

  • use @Where(clause = "condition to be met") in entity (check the Author entity)