Package org.cyclos.entities.users
Class QLandLinePhone
- 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<LandLinePhone>
-
- org.cyclos.entities.users.QLandLinePhone
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<LandLinePhone>,com.querydsl.core.types.Expression<LandLinePhone>,com.querydsl.core.types.Path<LandLinePhone>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QLandLinePhone extends com.querydsl.core.types.dsl.EntityPathBase<LandLinePhone>QLandLinePhone is a Querydsl query type for LandLinePhone- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QPhone_supercom.querydsl.core.types.dsl.StringPathextensioncom.querydsl.core.types.dsl.BooleanPathhiddencom.querydsl.core.types.dsl.NumberPath<Long>idstatic QLandLinePhonelandLinePhonecom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<PhoneNature>naturecom.querydsl.core.types.dsl.StringPathnormalizedNumbercom.querydsl.core.types.dsl.StringPathrawNumberprotected QBasicUseruserQIntegerversion
-
Constructor Summary
Constructors Constructor Description QLandLinePhone(com.querydsl.core.types.Path<? extends LandLinePhone> path)QLandLinePhone(com.querydsl.core.types.PathMetadata metadata)QLandLinePhone(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QLandLinePhone(Class<? extends LandLinePhone> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QLandLinePhone(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QBasicUseruser()-
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
-
landLinePhone
public static final QLandLinePhone landLinePhone
-
_super
public final QPhone _super
-
extension
public final com.querydsl.core.types.dsl.StringPath extension
-
hidden
public final com.querydsl.core.types.dsl.BooleanPath hidden
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<PhoneNature> nature
-
normalizedNumber
public final com.querydsl.core.types.dsl.StringPath normalizedNumber
-
rawNumber
public final com.querydsl.core.types.dsl.StringPath rawNumber
-
user
protected QBasicUser user
-
version
public final QInteger version
-
-
Constructor Detail
-
QLandLinePhone
public QLandLinePhone(String variable)
-
QLandLinePhone
public QLandLinePhone(com.querydsl.core.types.Path<? extends LandLinePhone> path)
-
QLandLinePhone
public QLandLinePhone(com.querydsl.core.types.PathMetadata metadata)
-
QLandLinePhone
public QLandLinePhone(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QLandLinePhone
public QLandLinePhone(Class<? extends LandLinePhone> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
user
public QBasicUser user()
-
-