1 package com.teamkonzept.webman.mainint.db.queries; 2 3 import com.teamkonzept.db.*; 4 import java.sql.*; 5 import com.teamkonzept.webman.mainint.WebmanExceptionHandler; 6 import com.teamkonzept.webman.mainint.db.queries.content.*; 7 8 13 public class TKDBContentNewContent extends CompositeQuery 14 { 15 16 protected void initConcreteCompositeQuery() throws SQLException 17 { 18 19 registerQuery(ContInsert.class); 20 registerQuery(ContGetMaxID.class); 21 22 23 } 24 25 } 26 | Popular Tags |