org.babyfish.hibernate.hql.XQueryPlan$Resource.properties Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of babyfish-hibernate Show documentation
Show all versions of babyfish-hibernate Show documentation
The hibernate enhancement project of BabyFish.
The newest version!
notDuringAnyInvocation = This invocation is during the invocation of "{0}.{1}({2})" or "{0}.{1}.{3}"
hibernateLimitInMemoryForPolymorphicQueryIsNotEnabled = The firstResult/maxResults are specified on polymorphic query, this is not allowed because its performance is low, if you must do this, please set the property "{0}" to be "true" in the hibernate configuration or JPA configuration to allow hibernate to query all the data and then do the limit work in memory