Interface TranslationContext
-
public interface TranslationContext
Access to information needed while translating a collection's order-by fragment
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description SessionFactoryImplementor
getFactory()
default JpaCompliance
getJpaCompliance()
-
-
-
Method Detail
-
getFactory
SessionFactoryImplementor getFactory()
-
getJpaCompliance
default JpaCompliance getJpaCompliance()
-
-