Class QMenuEntry
- java.lang.Object
-
- com.querydsl.core.types.dsl.DslExpression<T>
-
- com.querydsl.core.types.dsl.SimpleExpression<T>
-
- com.querydsl.core.types.dsl.BeanPath<T>
-
- com.querydsl.core.types.dsl.EntityPathBase<MenuEntry>
-
- org.cyclos.entities.contentmanagement.QMenuEntry
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MenuEntry>,com.querydsl.core.types.Expression<MenuEntry>,com.querydsl.core.types.Path<MenuEntry>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QMenuEntry extends com.querydsl.core.types.dsl.EntityPathBase<MenuEntry>QMenuEntry is a Querydsl query type for MenuEntry- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QContentItem_superprotected QConfigurationconfigurationprotected QMenuGroupgroupcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNameQDatelastModifiedstatic QMenuEntrymenuEntrycom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<MenuEntryNature>natureQIntegerordercom.querydsl.core.types.dsl.BooleanPathshowInClassicFrontendcom.querydsl.core.types.dsl.BooleanPathshowInNewFrontendcom.querydsl.core.types.dsl.StringPathsvgIconQIntegerversioncom.querydsl.core.types.dsl.EnumPath<ContentItemVisibility>visibility
-
Constructor Summary
Constructors Constructor Description QMenuEntry(com.querydsl.core.types.Path<? extends MenuEntry> path)QMenuEntry(com.querydsl.core.types.PathMetadata metadata)QMenuEntry(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QMenuEntry(Class<? extends MenuEntry> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QMenuEntry(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QConfigurationconfiguration()QMenuGroupgroup()com.querydsl.core.types.dsl.StringExpressionorderHierarchy()-
Methods inherited from class com.querydsl.core.types.dsl.BeanPath
accept, add, as, createArray, createBoolean, createCollection, createComparable, createDate, createDateTime, createEnum, createList, createMap, createNumber, createSet, createSimple, createString, createTime, forProperty, getAnnotatedElement, getMetadata, getRoot, instanceOf, instanceOfAny
-
Methods inherited from class com.querydsl.core.types.dsl.SimpleExpression
as, as, count, countDistinct, eq, eq, eqAll, eqAll, eqAny, eqAny, in, in, in, in, in, isNotNull, isNull, ne, ne, neAll, neAny, notIn, notIn, notIn, notIn, notIn, nullif, nullif, when, when
-
Methods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toString
-
-
-
-
Field Detail
-
menuEntry
public static final QMenuEntry menuEntry
-
_super
public final QContentItem _super
-
configuration
protected QConfiguration configuration
-
group
protected QMenuGroup group
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
lastModified
public final QDate lastModified
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<MenuEntryNature> nature
-
order
public final QInteger order
-
showInClassicFrontend
public final com.querydsl.core.types.dsl.BooleanPath showInClassicFrontend
-
showInNewFrontend
public final com.querydsl.core.types.dsl.BooleanPath showInNewFrontend
-
svgIcon
public final com.querydsl.core.types.dsl.StringPath svgIcon
-
version
public final QInteger version
-
visibility
public final com.querydsl.core.types.dsl.EnumPath<ContentItemVisibility> visibility
-
-
Constructor Detail
-
QMenuEntry
public QMenuEntry(String variable)
-
QMenuEntry
public QMenuEntry(com.querydsl.core.types.Path<? extends MenuEntry> path)
-
QMenuEntry
public QMenuEntry(com.querydsl.core.types.PathMetadata metadata)
-
QMenuEntry
public QMenuEntry(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
orderHierarchy
public com.querydsl.core.types.dsl.StringExpression orderHierarchy()
-
configuration
public QConfiguration configuration()
-
group
public QMenuGroup group()
-
-