Package org.hibernate.internal.util
Class PropertiesHelper
java.lang.Object
org.hibernate.internal.util.PropertiesHelper
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmap
(Properties properties) Pretend that aProperties
object is really aMap<String,Object>
, which of course it should be anyway.
-
Constructor Details
-
PropertiesHelper
public PropertiesHelper()
-
-
Method Details
-
map
Pretend that aProperties
object is really aMap<String,Object>
, which of course it should be anyway.
-