Package org.cyclos.entities.banking
Class QAccountType
- 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<AccountType>
-
- org.cyclos.entities.banking.QAccountType
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<AccountType>,com.querydsl.core.types.Expression<AccountType>,com.querydsl.core.types.Path<AccountType>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccountType extends com.querydsl.core.types.dsl.EntityPathBase<AccountType>QAccountType is a Querydsl query type for AccountType- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QConfigurationEntity_superstatic QAccountTypeaccountTypeprotected 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.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.BooleanPathshowDescriptionInHistoryListcom.querydsl.core.types.dsl.SetPath<TransferType,QTransferType>toTransferTypescom.querydsl.core.types.dsl.SetPath<TransferFilter,QTransferFilter>transferFiltersQIntegerversion
-
Constructor Summary
Constructors Constructor Description QAccountType(com.querydsl.core.types.Path<? extends AccountType> path)QAccountType(com.querydsl.core.types.PathMetadata metadata)QAccountType(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountType(Class<? extends AccountType> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccountType(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
-
accountType
public static final QAccountType accountType
-
_super
public final QConfigurationEntity _super
-
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
-
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
-
-
Constructor Detail
-
QAccountType
public QAccountType(String variable)
-
QAccountType
public QAccountType(com.querydsl.core.types.Path<? extends AccountType> path)
-
QAccountType
public QAccountType(com.querydsl.core.types.PathMetadata metadata)
-
QAccountType
public QAccountType(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QAccountType
public QAccountType(Class<? extends AccountType> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
currency
public QCurrency currency()
-
-