Johan Vosloo
Johan Vosloo
As in, this works in Chrome, but not Safari (it goes to the bottom, but instantly): ```html Go To Bottom ```
Removed '$' from field declarations in readme, since the syntax has changed
In 1.5.1 at least, the support for OrderBy in simplified JPA queries seems to be missing? I.e. to be able to write simplified queries like this: `Person.find("byNameOrderByName");` If I read...
TLDR: Using Play 1.5.3, specifying a session-scoped Hibernate Interceptor by setting the following Hibernate in application.conf, doesn't work: `hibernate.session_factory.session_scoped_interceptor=utils.HibernateQueryInterceptor` --- I described the issue extensively in [this Stackoverflow question](https://stackoverflow.com/questions/68141823/setting-a-custom-hibernate-session-scoped-interceptor-in-play-1-x-does-not-work), hoping...