Package org.cyclos.entities.users
Class QContactInfoImage
- 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<ContactInfoImage>
-
- org.cyclos.entities.users.QContactInfoImage
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<ContactInfoImage>,com.querydsl.core.types.Expression<ContactInfoImage>,com.querydsl.core.types.Path<ContactInfoImage>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QContactInfoImage extends com.querydsl.core.types.dsl.EntityPathBase<ContactInfoImage>QContactInfoImage is a Querydsl query type for ContactInfoImage- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QOwnedImage_superprotected QContactInfocontactInfostatic QContactInfoImagecontactInfoImagecom.querydsl.core.types.dsl.StringPathcontentTypecom.querydsl.core.types.dsl.BooleanPathconvertedToJpegQIntegerheightcom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathkeyQDatelastModifiedQIntegerlengthcom.querydsl.core.types.dsl.StringPathmetadatacom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<StoredFileNature>natureQIntegerorderQIntegerversionQIntegerwidth
-
Constructor Summary
Constructors Constructor Description QContactInfoImage(com.querydsl.core.types.Path<? extends ContactInfoImage> path)QContactInfoImage(com.querydsl.core.types.PathMetadata metadata)QContactInfoImage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QContactInfoImage(Class<? extends ContactInfoImage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QContactInfoImage(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QContactInfocontactInfo()-
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
-
contactInfoImage
public static final QContactInfoImage contactInfoImage
-
_super
public final QOwnedImage _super
-
contactInfo
protected QContactInfo contactInfo
-
contentType
public final com.querydsl.core.types.dsl.StringPath contentType
-
convertedToJpeg
public final com.querydsl.core.types.dsl.BooleanPath convertedToJpeg
-
height
public final QInteger height
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
key
public final com.querydsl.core.types.dsl.StringPath key
-
lastModified
public final QDate lastModified
-
length
public final QInteger length
-
metadata
public final com.querydsl.core.types.dsl.StringPath metadata
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<StoredFileNature> nature
-
order
public final QInteger order
-
version
public final QInteger version
-
width
public final QInteger width
-
-
Constructor Detail
-
QContactInfoImage
public QContactInfoImage(String variable)
-
QContactInfoImage
public QContactInfoImage(com.querydsl.core.types.Path<? extends ContactInfoImage> path)
-
QContactInfoImage
public QContactInfoImage(com.querydsl.core.types.PathMetadata metadata)
-
QContactInfoImage
public QContactInfoImage(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QContactInfoImage
public QContactInfoImage(Class<? extends ContactInfoImage> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
contactInfo
public QContactInfo contactInfo()
-
-