1846
|
@Column(value = "COUNT(1)", handlerClass = LongHandler.class)
|
1846
|
@Column(value = "COUNT(1)", handlerClass = LongHandler.class)
|
1848
|
public abstract long countPublish(Connection con, String articleType, @GroupSqlColumn(handlerClass = StringHandler.class, value = {"PROFESSOR_ID = ?", "ORG_ID = ?"}, isAnd = false) String owner) throws SQLException;
|
|
|
|
|
1848
|
public abstract long countPublish(Connection con, String resourceType, @GroupSqlColumn(handlerClass = StringHandler.class, value = {"PROFESSOR_ID = ?", "ORG_ID = ?"}, isAnd = false) String owner) throws SQLException;
|