Package com.openkm.dao
Class ConnectionManager
- java.lang.Object
-
- com.openkm.dao.ConnectionManager
-
public class ConnectionManager extends Object
Connection manager.- Author:
- jabad
-
-
Constructor Summary
Constructors Constructor Description ConnectionManager()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ConnectiongetConnection()Get connection.
-
-
-
Method Detail
-
getConnection
public static Connection getConnection()
Get connection.
-
-