public abstract class OrderItem extends Object
protected Table
table
protected OrderType
type
OrderItem(Table table)
OrderItem(Table table, OrderType type)
abstract String
toSqlStruct(org.apache.ibatis.session.Configuration configuration)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
protected Table table
protected OrderType type
public OrderItem(Table table, OrderType type)
public OrderItem(Table table)
public abstract String toSqlStruct(org.apache.ibatis.session.Configuration configuration)
Copyright © 2022. All Rights Reserved.