MCPcopy Index your code
hub / github.com/Sopage/android-orm / getClassInfo

Method getClassInfo

library/src/main/java/com/sanders/db/DBProxy.java:36–38  ·  view source on GitHub ↗

获取一个实体类Class的详细信息并缓存 @param t @param @return

(T t)

Source from the content-addressed store, hash-verified

34 * @return
35 */
36 protected final <T extends IDColumn> ClassInfo getClassInfo(T t) {
37 return this.getClassInfo(t.getClass());
38 }
39
40 /**
41 * 获取一个实体类Class的详细信息并缓存

Callers 11

insertMethod · 0.95
updateMethod · 0.95
insertOrUpdateMethod · 0.95
queryCountMethod · 0.95
queryPrimaryKeyMethod · 0.95
queryMethod · 0.95
querySqlMethod · 0.95
querySqlListMethod · 0.95
queryListMethod · 0.95
onCreateMethod · 0.80
upgradeMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected