Package org.hibernate.jpa.internal.util
Class ConfigurationHelper
- java.lang.Object
-
- org.hibernate.jpa.internal.util.ConfigurationHelper
-
public abstract class ConfigurationHelper extends Object
-
-
Constructor Summary
Constructors Constructor Description ConfigurationHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Boolean
getBoolean(Object value)
static CacheMode
getCacheMode(Object value)
static FlushMode
getFlushMode(Object value)
static FlushMode
getFlushMode(Object value, FlushMode defaultFlushMode)
static Integer
getInteger(Object value)
static void
overrideProperties(Properties properties, Map<?,?> overrides)
-
-
-
Method Detail
-
overrideProperties
public static void overrideProperties(Properties properties, Map<?,?> overrides)
-
-