@ java/copyright package ~java/entity_package().dao; import java.sql.Connection; import java.sql.PreparedStatement; import java.sql.ResultSet; import java.sql.SQLException; import javax.sql.DataSource; import javax.naming.InitialContext; import javax.naming.Context; import javax.naming.NamingException; import java.util.Locale; import java.util.ArrayList; import java.util.Iterator; @ java/scan_properties(import_class,embedded+post_expand) @ if LOGIC_default_queries~insert(type 2) @ else import ~java/entity_package().*; @ endif import com.sun.j2ee.blueprints.util.tracer.Debug; import com.sun.j2ee.blueprints.util.dao.DAOUtils; import com.sun.j2ee.blueprints.util.dao.DAOSystemException; /** * This class implements ENTITY_IdId&DAO for Pointbase database. * This class encapsulates all the database access for the ENTITY_IdId. * It follows the Data Access Object pattern. */ public class CUR_JCLASS implements ENTITY_IdId&DAO {