Class MenuEntryQueryExtensions
- java.lang.Object
-
- org.cyclos.entities.utils.queryextensions.MenuEntryQueryExtensions
-
-
Constructor Summary
Constructors Constructor Description MenuEntryQueryExtensions()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static com.querydsl.core.types.dsl.StringExpressionorderHierarchy(com.querydsl.core.types.EntityPath<MenuEntry> menuEntry)Returns the full order path of a menu entry
-
-
-
Method Detail
-
orderHierarchy
@QueryDelegate(MenuEntry.class) public static com.querydsl.core.types.dsl.StringExpression orderHierarchy(com.querydsl.core.types.EntityPath<MenuEntry> menuEntry)
Returns the full order path of a menu entry
-
-