Package org.cyclos.entities.banking
Class QAccount
- 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<Account>
-
- org.cyclos.entities.banking.QAccount
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<Account>,com.querydsl.core.types.Expression<Account>,com.querydsl.core.types.Path<Account>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QAccount extends com.querydsl.core.types.dsl.EntityPathBase<Account>QAccount is a Querydsl query type for Account- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description QNetworkedEntity_superstatic QAccountaccountcom.querydsl.core.types.dsl.ListPath<AccountBalanceLimitLog,QAccountBalanceLimitLog>accountBalanceLimitLogcom.querydsl.core.types.dsl.SetPath<AccountBalance,QAccountBalance>accountBalancesprotected QAccountRatesaccountRatescom.querydsl.core.types.dsl.NumberPath<Long>accountRatesIdcom.querydsl.core.types.dsl.SetPath<AccountRates,QAccountRates>allAccountRatescom.querydsl.core.types.dsl.SetPath<AmountReservation,QAmountReservation>amountReservationsQBigDecimalarchivedBalanceQBigDecimalarchivedReservedQDatearchivingDatecom.querydsl.core.types.dsl.SetPath<ClosedAccountBalance,QClosedAccountBalance>closedAccountBalancesQDatecreationDateQBigDecimalcreditLimitcom.querydsl.core.types.dsl.NumberPath<Long>idQDatenegativeSincecom.querydsl.core.types.dsl.StringPathnumberprotected QAccountTypetypeQBigDecimalupperCreditLimitprotected QUseruser
-
Constructor Summary
Constructors Constructor Description QAccount(com.querydsl.core.types.Path<? extends Account> path)QAccount(com.querydsl.core.types.PathMetadata metadata)QAccount(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccount(Class<? extends Account> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QAccount(String variable)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description QAccountRatesaccountRates()com.querydsl.core.types.dsl.NumberExpression<BigDecimal>balance()com.querydsl.core.types.dsl.NumberExpression<BigDecimal>balance(com.querydsl.core.types.Expression<Date> date)com.querydsl.core.types.dsl.NumberExpression<BigDecimal>balanceSum(com.querydsl.core.types.Expression<BigDecimal> balanceDiff, com.querydsl.core.types.Expression<String> timePoints, com.querydsl.core.types.Expression<Boolean> positive, com.querydsl.core.types.Expression<BigDecimal> freebase)QAccountTypetype()QUseruser()-
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
-
account
public static final QAccount account
-
_super
public final QNetworkedEntity _super
-
accountBalanceLimitLog
public final com.querydsl.core.types.dsl.ListPath<AccountBalanceLimitLog,QAccountBalanceLimitLog> accountBalanceLimitLog
-
accountBalances
public final com.querydsl.core.types.dsl.SetPath<AccountBalance,QAccountBalance> accountBalances
-
accountRates
protected QAccountRates accountRates
-
accountRatesId
public final com.querydsl.core.types.dsl.NumberPath<Long> accountRatesId
-
allAccountRates
public final com.querydsl.core.types.dsl.SetPath<AccountRates,QAccountRates> allAccountRates
-
amountReservations
public final com.querydsl.core.types.dsl.SetPath<AmountReservation,QAmountReservation> amountReservations
-
archivedBalance
public final QBigDecimal archivedBalance
-
archivedReserved
public final QBigDecimal archivedReserved
-
archivingDate
public final QDate archivingDate
-
closedAccountBalances
public final com.querydsl.core.types.dsl.SetPath<ClosedAccountBalance,QClosedAccountBalance> closedAccountBalances
-
creationDate
public final QDate creationDate
-
creditLimit
public final QBigDecimal creditLimit
-
id
public final com.querydsl.core.types.dsl.NumberPath<Long> id
-
negativeSince
public final QDate negativeSince
-
number
public final com.querydsl.core.types.dsl.StringPath number
-
type
protected QAccountType type
-
upperCreditLimit
public final QBigDecimal upperCreditLimit
-
user
protected QUser user
-
-
Constructor Detail
-
QAccount
public QAccount(String variable)
-
QAccount
public QAccount(com.querydsl.core.types.Path<? extends Account> path)
-
QAccount
public QAccount(com.querydsl.core.types.PathMetadata metadata)
-
QAccount
public QAccount(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
-
Method Detail
-
balance
public com.querydsl.core.types.dsl.NumberExpression<BigDecimal> balance()
-
balanceSum
public com.querydsl.core.types.dsl.NumberExpression<BigDecimal> balanceSum(com.querydsl.core.types.Expression<BigDecimal> balanceDiff, com.querydsl.core.types.Expression<String> timePoints, com.querydsl.core.types.Expression<Boolean> positive, com.querydsl.core.types.Expression<BigDecimal> freebase)
-
balance
public com.querydsl.core.types.dsl.NumberExpression<BigDecimal> balance(com.querydsl.core.types.Expression<Date> date)
-
accountRates
public QAccountRates accountRates()
-
type
public QAccountType type()
-
user
public QUser user()
-
-