java.lang.Object
com.querydsl.core.types.dsl.DslExpression<T>
All Implemented Interfaces:
com.querydsl.core.types.EntityPath<MService>, com.querydsl.core.types.Expression<MService>, com.querydsl.core.types.Path<MService>, com.querydsl.core.types.ProjectionRole<MService>, com.querydsl.sql.RelationalPath<MService>, Serializable

public class QService extends QAbstractRole<MService>
Querydsl query type for "m_service" table.
See Also:
  • Field Details

    • TABLE_NAME

      public static final String TABLE_NAME
      See Also:
    • DISPLAY_ORDER

      public static final com.querydsl.sql.ColumnMetadata DISPLAY_ORDER
    • displayOrder

      public final com.querydsl.core.types.dsl.NumberPath<Integer> displayOrder
  • Constructor Details

    • QService

      public QService(String variable)
    • QService

      public QService(String variable, String schema, String table)