Skip to content

Instantly share code, notes, and snippets.

View ChristianKenter's full-sized avatar

ChristianKenter

View GitHub Profile
package persistence;
import entities.Topping;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;
public class ToppingMapper {
package persistence;
import entities.Base;
import java.sql.Connection;
import java.sql.PreparedStatement;
import java.sql.ResultSet;
import java.sql.SQLException;
import java.util.ArrayList;
import java.util.List;