mirror of
https://github.com/github/codeql.git
synced 2026-08-03 08:52:55 +02:00
8 lines
82 B
Java
Generated
8 lines
82 B
Java
Generated
package jakarta.persistence;
|
|
|
|
public interface Query {
|
|
|
|
int executeUpdate();
|
|
|
|
}
|