In Java, are @NamedQueries that are changed available right away, or is there a caching issue in Hibernate?
@NamedQueries( {
@NamedQuery(name = etc..
I made changes to 2 @NamedQuery but they are not doing what they should.
Does Hibernate need to be restarted?
Cache cleared somewhere?
Just takes time and they will show up?
What exactly is the procedure when changing @NamedQueries?
Thank you so much!