类 TableUtils

java.lang.Object
org.babyfish.jimmer.sql.ast.impl.table.TableUtils

public class TableUtils extends Object
  • 方法详细资料

    • parent

      public static Table<?> parent(Table<?> table)
    • isInverse

      public static boolean isInverse(Table<?> table)
    • joinProp

      public static org.babyfish.jimmer.meta.ImmutableProp joinProp(Table<?> table)
    • isRawIdAllowed

      public static boolean isRawIdAllowed(Table<?> table, JSqlClientImplementor sqlClient)