Recently I upgraded to Hibernate 6.x version in my springboot project and
earlier I defined same filter in three entity class @FilterDef
but now it is throwing an error that Mulitiple @FilterDef
annotation defines a filter name.
Can anyone let me know how to defined it globally at one place and reuse it with code example?
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1744718853a4589786.html
评论列表(0条)