Package org.fugerit.java.core.db.connect
Class CfConfig
- java.lang.Object
-
- org.fugerit.java.core.db.connect.CfConfig
-
public class CfConfig extends Object
Simple wrapper for a map of ConnectionFactory.- Author:
- Fugerit
-
-
Field Summary
Fields Modifier and Type Field Description static CfConfig
EMPTY_CONFIG
-
Constructor Summary
Constructors Constructor Description CfConfig()
Default constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Map<String,ConnectionFactory>
getCfMap()
Return the wrapped Map.
-
-
-
Field Detail
-
EMPTY_CONFIG
public static final CfConfig EMPTY_CONFIG
-
-
Method Detail
-
getCfMap
public Map<String,ConnectionFactory> getCfMap()
Return the wrapped Map.- Returns:
- The Wrapped map
-
-