Package org.cyclos.impl.sql.postgresql
Class AbstractUserNativeQuery.AbstractUserProjection
- 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
-
- All Implemented Interfaces:
com.querydsl.core.types.Expression<P>,com.querydsl.core.types.FactoryExpression<P>,Serializable
- Direct Known Subclasses:
UserNativeQuery.UserProjection,UsersWithBalancesNativeQuery.UserWithBalanceProjection
- Enclosing class:
- AbstractUserNativeQuery<Q extends AbstractUserQuery,P extends UserWithFieldsVO>
protected abstract class AbstractUserNativeQuery.AbstractUserProjection extends NativeQuery.BaseProjection
Abstract projection forUserVOs- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description protected DistanceUnitdistanceUnit
-
Constructor Summary
Constructors Constructor Description AbstractUserProjection()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Pinstantiate()-
Methods inherited from class org.cyclos.impl.sql.postgresql.NativeQuery.BaseProjection
addAddress, addCustomFieldValue, addImage, addUser, buildAddress, getCustomFieldValue, getCustomFieldValue, getImage, getUserVO
-
Methods inherited from class org.cyclos.impl.utils.persistence.CustomProjection
accept, add, get, getArgs, getSessionData, has, newInstance
-
-
-
-
Field Detail
-
distanceUnit
protected DistanceUnit distanceUnit
-
-
Method Detail
-
instantiate
protected P instantiate()
- Specified by:
instantiatein classCustomProjection<P extends UserWithFieldsVO>
-
-