Files
2025-04-01 17:13:23 +01:00

8 lines
82 B
Java
Generated

package jakarta.persistence;
public interface Query {
int executeUpdate();
}