This commit is contained in:
@@ -465,6 +465,26 @@ public final class EntityInfo<T> {
|
|||||||
return table == null;
|
return table == null;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public boolean isAutoGenerated() {
|
||||||
|
return autoGenerated;
|
||||||
|
}
|
||||||
|
|
||||||
|
public boolean isAutouuid() {
|
||||||
|
return autouuid;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Attribute<T, Serializable>[] getInsertAttributes() {
|
||||||
|
return insertAttributes;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Attribute<T, Serializable>[] getUpdateAttributes() {
|
||||||
|
return updateAttributes;
|
||||||
|
}
|
||||||
|
|
||||||
|
public Attribute<T, Serializable>[] getQueryAttributes() {
|
||||||
|
return queryAttributes;
|
||||||
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 获取Entity的QUERY SQL
|
* 获取Entity的QUERY SQL
|
||||||
*
|
*
|
||||||
|
|||||||
Reference in New Issue
Block a user