Package org.cyclos.impl.sql.postgresql
Class UsersWithBalancesNativeQuery.UserWithBalanceProjection
- java.lang.Object
-
- com.querydsl.core.types.ExpressionBase<T>
-
- org.cyclos.impl.utils.persistence.CustomProjection<P>
-
- org.cyclos.impl.sql.postgresql.NativeQuery.BaseProjection
-
- org.cyclos.impl.sql.postgresql.AbstractUserNativeQuery.AbstractUserProjection
-
- org.cyclos.impl.sql.postgresql.UsersWithBalancesNativeQuery.UserWithBalanceProjection
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<UserWithBalanceVO>,com.querydsl.core.types.FactoryExpression<UserWithBalanceVO>,Serializable
- Enclosing class:
- UsersWithBalancesNativeQuery
protected class UsersWithBalancesNativeQuery.UserWithBalanceProjection extends AbstractUserNativeQuery.AbstractUserProjection
Projection forUserWithBalanceVO- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.cyclos.impl.sql.postgresql.AbstractUserNativeQuery.AbstractUserProjection
distanceUnit
-
-
Constructor Summary
Constructors Constructor Description UserWithBalanceProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected UserWithBalanceVOinstantiate()-
Methods inherited from class org.cyclos.impl.sql.postgresql.NativeQuery.BaseProjection
addAddress, addCustomFieldValue, addImage, addUser, buildAddress, getCustomFieldValue, getCustomFieldValue, getImage
-
Methods inherited from class org.cyclos.impl.utils.persistence.CustomProjection
accept, add, get, getArgs, getSessionData, has, newInstance
-
-
-
-
Method Detail
-
instantiate
protected UserWithBalanceVO instantiate()
- Overrides:
instantiatein classAbstractUserNativeQuery.AbstractUserProjection
-
-