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

public class QOrg extends QAbstractRole<MOrg>
Querydsl query type for "m_org" 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
    • TENANT

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

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

      public final com.querydsl.core.types.dsl.BooleanPath tenant
  • Constructor Details