Class QOrganizationUnit
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<OrganizationUnit>
pl.matsuo.core.model.organization.QOrganizationUnit
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<OrganizationUnit>,com.querydsl.core.types.Expression<OrganizationUnit>,com.querydsl.core.types.Path<OrganizationUnit>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QOrganizationUnit extends com.querydsl.core.types.dsl.EntityPathBase<OrganizationUnit>
QOrganizationUnit is a Querydsl query type for OrganizationUnit
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description QAbstractParty_superQAddressaddresscom.querydsl.core.types.dsl.StringPathcodecom.querydsl.core.types.dsl.StringPathcreatedBycom.querydsl.core.types.dsl.DateTimePath<Instant>createdTimecom.querydsl.core.types.dsl.SetPath<Person,QPerson>employeescom.querydsl.core.types.dsl.StringPathfullNamecom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.NumberPath<Long>idBucketcom.querydsl.core.types.dsl.StringPathlastModifiedBycom.querydsl.core.types.dsl.DateTimePath<Instant>lastModifiedTimecom.querydsl.core.types.dsl.StringPathnipstatic QOrganizationUnitorganizationUnitQOrganizationUnitparentOrganizationUnitcom.querydsl.core.types.dsl.StringPathregoncom.querydsl.core.types.dsl.StringPathshortNameFields inherited from class com.querydsl.core.types.dsl.DslExpression
hashCode, mixin -
Constructor Summary
Constructors Constructor Description QOrganizationUnit(com.querydsl.core.types.Path<? extends OrganizationUnit> path)QOrganizationUnit(com.querydsl.core.types.PathMetadata metadata)QOrganizationUnit(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOrganizationUnit(Class<? extends OrganizationUnit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QOrganizationUnit(String variable) -
Method Summary
Methods inherited from class com.querydsl.core.types.dsl.EntityPathBase
getMetadataMethods 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, instanceOfAnyMethods 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, whenMethods inherited from class com.querydsl.core.types.dsl.DslExpression
equals, getType, hashCode, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.querydsl.core.types.Expression
accept, getTypeMethods inherited from interface com.querydsl.core.types.Path
getAnnotatedElement, getMetadata, getRoot
-
Field Details
-
organizationUnit
-
_super
-
address
-
code
public final com.querydsl.core.types.dsl.StringPath code -
createdBy
public final com.querydsl.core.types.dsl.StringPath createdBy -
createdTime
-
employees
-
fullName
public final com.querydsl.core.types.dsl.StringPath fullName -
id
-
idBucket
-
lastModifiedBy
public final com.querydsl.core.types.dsl.StringPath lastModifiedBy -
lastModifiedTime
-
nip
public final com.querydsl.core.types.dsl.StringPath nip -
parentOrganizationUnit
-
regon
public final com.querydsl.core.types.dsl.StringPath regon -
shortName
public final com.querydsl.core.types.dsl.StringPath shortName
-
-
Constructor Details
-
QOrganizationUnit
-
QOrganizationUnit
-
QOrganizationUnit
public QOrganizationUnit(com.querydsl.core.types.PathMetadata metadata) -
QOrganizationUnit
public QOrganizationUnit(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits) -
QOrganizationUnit
public QOrganizationUnit(Class<? extends OrganizationUnit> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-