Package org.cyclos.entities.banking
Class QSystemAccountType
- 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<SystemAccountType>
-
- org.cyclos.entities.banking.QSystemAccountType
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<SystemAccountType>,com.querydsl.core.types.Expression<SystemAccountType>,com.querydsl.core.types.Path<SystemAccountType>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QSystemAccountType extends com.querydsl.core.types.dsl.EntityPathBase<SystemAccountType>QSystemAccountType is a Querydsl query type for SystemAccountType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QAccountType_supercom.querydsl.core.types.dsl.SetPath<SystemAccount,QSystemAccount>accountsprotected QCurrencycurrencycom.querydsl.core.types.dsl.NumberPath<Long>currencyIdcom.querydsl.core.types.dsl.SetPath<TransactionCustomField,QTransactionCustomField>customFieldsForListcom.querydsl.core.types.dsl.SetPath<TransactionCustomField,QTransactionCustomField>customFieldsForSearchcom.querydsl.core.types.dsl.StringPathdescriptioncom.querydsl.core.types.dsl.SetPath<TransferType,QTransferType>fromTransferTypescom.querydsl.core.types.dsl.NumberPath<Long>idcom.querydsl.core.types.dsl.StringPathinternalNamecom.querydsl.core.types.dsl.EnumPath<AccountTypeLimitType>limitTypecom.querydsl.core.types.dsl.BooleanPathmaturityFreezecom.querydsl.core.types.dsl.StringPathnamecom.querydsl.core.types.dsl.EnumPath<AccountTypeNature>naturecom.querydsl.core.types.dsl.BooleanPathprintHistoryLandscapecom.querydsl.core.types.dsl.BooleanPathshowDescriptionInHistoryFilterscom.querydsl.core.types.dsl.BooleanPathshowDescriptionInHistoryListstatic QSystemAccountTypesystemAccountTypecom.querydsl.core.types.dsl.SetPath<TransferType,QTransferType>toTransferTypescom.querydsl.core.types.dsl.SetPath<TransferFilter,QTransferFilter>transferFiltersQIntegerversioncom.querydsl.core.types.dsl.SetPath<AdminProduct,QAdminProduct>visibleSystemAccountsOnProducts
-
Constructor Summary
Constructors Constructor Description QSystemAccountType(com.querydsl.core.types.Path<? extends SystemAccountType> path)QSystemAccountType(com.querydsl.core.types.PathMetadata metadata)QSystemAccountType(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QSystemAccountType(Class<? extends SystemAccountType> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QSystemAccountType(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QCurrencycurrency()-
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
-
systemAccountType
public static final QSystemAccountType systemAccountType
-
_super
public final QAccountType _super
-
accounts
public final com.querydsl.core.types.dsl.SetPath<SystemAccount,QSystemAccount> accounts
-
currency
protected QCurrency currency
-
currencyId
public final com.querydsl.core.types.dsl.NumberPath<Long> currencyId
-
customFieldsForList
public final com.querydsl.core.types.dsl.SetPath<TransactionCustomField,QTransactionCustomField> customFieldsForList
-
customFieldsForSearch
public final com.querydsl.core.types.dsl.SetPath<TransactionCustomField,QTransactionCustomField> customFieldsForSearch
-
description
public final com.querydsl.core.types.dsl.StringPath description
-
fromTransferTypes
public final com.querydsl.core.types.dsl.SetPath<TransferType,QTransferType> fromTransferTypes
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
internalName
public final com.querydsl.core.types.dsl.StringPath internalName
-
limitType
public final com.querydsl.core.types.dsl.EnumPath<AccountTypeLimitType> limitType
-
maturityFreeze
public final com.querydsl.core.types.dsl.BooleanPath maturityFreeze
-
name
public final com.querydsl.core.types.dsl.StringPath name
-
nature
public final com.querydsl.core.types.dsl.EnumPath<AccountTypeNature> nature
-
printHistoryLandscape
public final com.querydsl.core.types.dsl.BooleanPath printHistoryLandscape
-
showDescriptionInHistoryFilters
public final com.querydsl.core.types.dsl.BooleanPath showDescriptionInHistoryFilters
-
showDescriptionInHistoryList
public final com.querydsl.core.types.dsl.BooleanPath showDescriptionInHistoryList
-
toTransferTypes
public final com.querydsl.core.types.dsl.SetPath<TransferType,QTransferType> toTransferTypes
-
transferFilters
public final com.querydsl.core.types.dsl.SetPath<TransferFilter,QTransferFilter> transferFilters
-
version
public final QInteger version
-
visibleSystemAccountsOnProducts
public final com.querydsl.core.types.dsl.SetPath<AdminProduct,QAdminProduct> visibleSystemAccountsOnProducts
-
-
Constructor Detail
-
QSystemAccountType
public QSystemAccountType(String variable)
-
QSystemAccountType
public QSystemAccountType(com.querydsl.core.types.Path<? extends SystemAccountType> path)
-
QSystemAccountType
public QSystemAccountType(com.querydsl.core.types.PathMetadata metadata)
-
QSystemAccountType
public QSystemAccountType(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QSystemAccountType
public QSystemAccountType(Class<? extends SystemAccountType> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
currency
public QCurrency currency()
-
-