Package org.cyclos.entities.banking
Class QSystemAccount
- 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<SystemAccount>
-
- org.cyclos.entities.banking.QSystemAccount
-
- All Implemented Interfaces:
com.querydsl.core.types.EntityPath<SystemAccount>,com.querydsl.core.types.Expression<SystemAccount>,com.querydsl.core.types.Path<SystemAccount>,Serializable
@Generated("com.querydsl.codegen.EntitySerializer") public class QSystemAccount extends com.querydsl.core.types.dsl.EntityPathBase<SystemAccount>QSystemAccount is a Querydsl query type for SystemAccount- See Also:
- Serialized Form
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description QSystemAccount(com.querydsl.core.types.Path<? extends SystemAccount> path)QSystemAccount(com.querydsl.core.types.PathMetadata metadata)QSystemAccount(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QSystemAccount(Class<? extends SystemAccount> type, com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)QSystemAccount(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)QSystemAccountTypesystemAccountType()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
-
systemAccount
public static final QSystemAccount systemAccount
-
_super
public final QAccount _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
-
active
public final com.querydsl.core.types.dsl.BooleanPath active
-
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
-
nature
public final com.querydsl.core.types.dsl.EnumPath<AccountTypeNature> nature
-
negativeSince
public final QDate negativeSince
-
number
public final com.querydsl.core.types.dsl.StringPath number
-
owner
public final com.querydsl.core.types.dsl.SimplePath<SystemAccountOwner> owner
-
systemAccountType
protected QSystemAccountType systemAccountType
-
type
protected QAccountType type
-
upperCreditLimit
public final QBigDecimal upperCreditLimit
-
user
protected QUser user
-
-
Constructor Detail
-
QSystemAccount
public QSystemAccount(String variable)
-
QSystemAccount
public QSystemAccount(com.querydsl.core.types.Path<? extends SystemAccount> path)
-
QSystemAccount
public QSystemAccount(com.querydsl.core.types.PathMetadata metadata)
-
QSystemAccount
public QSystemAccount(com.querydsl.core.types.PathMetadata metadata, com.querydsl.core.types.dsl.PathInits inits)
-
QSystemAccount
public QSystemAccount(Class<? extends SystemAccount> type, 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()
-
systemAccountType
public QSystemAccountType systemAccountType()
-
type
public QAccountType type()
-
user
public QUser user()
-
-