Class QAccountsEntity

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<AccountsEntity>
com.skava.accounts.model.entity.QAccountsEntity
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountsEntity>, com.querydsl.core.types.Expression<AccountsEntity>, com.querydsl.core.types.Path<AccountsEntity>, Serializable

@Generated("com.querydsl.codegen.DefaultEntitySerializer") public class QAccountsEntity extends com.querydsl.core.types.dsl.EntityPathBase<AccountsEntity>
QAccountsEntity is a Querydsl query type for AccountsEntity
See Also:
  • Field Details

    • accounts

      public static final QAccountsEntity accounts
    • accountSeller

      public final com.querydsl.core.types.dsl.ListPath<AccountSellerEntity,QAccountSellerEntity> accountSeller
    • accountSize

      public final com.querydsl.core.types.dsl.StringPath accountSize
    • addressesEntity

      public final com.querydsl.core.types.dsl.ListPath<AddressesEntity,QAddressesEntity> addressesEntity
    • approvalRuleEntity

      public final com.querydsl.core.types.dsl.ListPath<ApprovalRuleEntity,QApprovalRuleEntity> approvalRuleEntity
    • collection

      public final QCollectionsEntity collection
    • contracts

      public final com.querydsl.core.types.dsl.ListPath<ContractsEntity,QContractsEntity> contracts
    • costCenters

      public final com.querydsl.core.types.dsl.ListPath<CostCentreEntity,QCostCentreEntity> costCenters
    • createdBy

      public final com.querydsl.core.types.dsl.NumberPath<Long> createdBy
    • createdTime

      public final com.querydsl.core.types.dsl.DateTimePath<Date> createdTime
    • dunsNumber

      public final com.querydsl.core.types.dsl.StringPath dunsNumber
    • id

      public final com.querydsl.core.types.dsl.NumberPath<Long> id
    • name

      public final com.querydsl.core.types.dsl.StringPath name
    • parentAccountId

      public final com.querydsl.core.types.dsl.NumberPath<Long> parentAccountId
    • paymentsEntity

      public final com.querydsl.core.types.dsl.ListPath<PaymentsEntity,QPaymentsEntity> paymentsEntity
    • phoneNumber

      public final com.querydsl.core.types.dsl.StringPath phoneNumber
    • properties

      public final com.querydsl.core.types.dsl.ListPath<AccountPropertiesEntity,QAccountPropertiesEntity> properties
    • referenceAttribute

      public final com.querydsl.core.types.dsl.StringPath referenceAttribute
    • referenceAttribute1

      public final com.querydsl.core.types.dsl.StringPath referenceAttribute1
    • referenceAttribute2

      public final com.querydsl.core.types.dsl.NumberPath<Long> referenceAttribute2
    • status

      public final com.querydsl.core.types.dsl.StringPath status
    • taxNumber

      public final com.querydsl.core.types.dsl.StringPath taxNumber
    • team

      public final com.querydsl.core.types.dsl.ListPath<TeamEntity,QTeamEntity> team
    • teamBuyerEntity

      public final com.querydsl.core.types.dsl.ListPath<AccountBuyerEntity,QAccountBuyerEntity> teamBuyerEntity
    • typeId

      public final com.querydsl.core.types.dsl.NumberPath<Long> typeId
    • updatedBy

      public final com.querydsl.core.types.dsl.NumberPath<Long> updatedBy
    • updatedTime

      public final com.querydsl.core.types.dsl.DateTimePath<Date> updatedTime
  • Constructor Details

    • QAccountsEntity

      public QAccountsEntity(String variable)
    • QAccountsEntity

      public QAccountsEntity(com.querydsl.core.types.Path<? extends AccountsEntity> path)
    • QAccountsEntity

      public QAccountsEntity(com.querydsl.core.types.PathMetadata metadata)
    • QAccountsEntity

      public QAccountsEntity(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
    • QAccountsEntity

      public QAccountsEntity(Class<? extends AccountsEntity> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)