DriverManager « Connection « JPA Q&A





1. DriverManager props argument    forum.hibernate.org

Properties props = new java.util.Properties(); props.put("separator","|"); // separator is a bar props.put("suppressHeaders","true"); // first line contains data props.put("fileExtension",".txt"); // file extension is .txt props.put("charset","ISO-8859-2"); ...