Package org.cyclos.entities.system
Class QCustomSvgIcon
- 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<CustomSvgIcon>
-
- org.cyclos.entities.system.QCustomSvgIcon
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<CustomSvgIcon>,com.querydsl.core.types.Expression<CustomSvgIcon>,com.querydsl.core.types.Path<CustomSvgIcon>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QCustomSvgIcon extends com.querydsl.core.types.dsl.EntityPathBase<CustomSvgIcon>QCustomSvgIcon is a Querydsl query type for CustomSvgIcon- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNamedEntity_supercom.querydsl.core.types.dsl.StringPathcontentstatic QCustomSvgIconcustomSvgIconcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathnameprotected QNetworknetworkQIntegerversion
-
Constructor Summary
Constructors Constructor Description QCustomSvgIcon(com.querydsl.core.types.Path<? extends CustomSvgIcon> path)QCustomSvgIcon(com.querydsl.core.types.PathMetadata metadata)QCustomSvgIcon(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomSvgIcon(Class<? extends CustomSvgIcon> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QCustomSvgIcon(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QNetworknetwork()-
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
-
customSvgIcon
public static final QCustomSvgIcon customSvgIcon
-
_super
public final QNamedEntity _super
-
content
public final com.querydsl.core.types.dsl.StringPath content
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
network
protected QNetwork network
-
version
public final QInteger version
-
-
Constructor Detail
-
QCustomSvgIcon
public QCustomSvgIcon(String variable)
-
QCustomSvgIcon
public QCustomSvgIcon(com.querydsl.core.types.Path<? extends CustomSvgIcon> path)
-
QCustomSvgIcon
public QCustomSvgIcon(com.querydsl.core.types.PathMetadata metadata)
-
QCustomSvgIcon
public QCustomSvgIcon(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QCustomSvgIcon
public QCustomSvgIcon(Class<? extends CustomSvgIcon> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
network
public QNetwork network()
-
-