Package org.hibernate.internal.util
Class PropertiesHelper
- java.lang.Object
-
- org.hibernate.internal.util.PropertiesHelper
-
public class PropertiesHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description PropertiesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Map<String,Object>
map(Properties properties)
Pretend that aProperties
object is really aMap<String,Object>
, which of course it should be anyway.
-
-
-
Method Detail
-
map
public static Map<String,Object> map(Properties properties)
Pretend that aProperties
object is really aMap<String,Object>
, which of course it should be anyway.
-
-