Class LanguageQueryExtensions
- java.lang.Object
-
- org.cyclos.entities.utils.queryextensions.LanguageQueryExtensions
-
-
Constructor Summary
Constructors Constructor Description LanguageQueryExtensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.querydsl.core.types.dsl.StringExpressionnameHierarchy(com.querydsl.core.types.EntityPath<Language> language)Returns the full path of a configuration, from the system default
-
-
-
Method Detail
-
nameHierarchy
@QueryDelegate(Language.class) public static com.querydsl.core.types.dsl.StringExpression nameHierarchy(com.querydsl.core.types.EntityPath<Language> language)
Returns the full path of a configuration, from the system default
-
-