org.hibernate.ejb.util
Class ConfigurationHelper
java.lang.Object
org.hibernate.ejb.util.ConfigurationHelper
public abstract class ConfigurationHelper
- extends java.lang.Object
- Author:
- Emmanuel Bernard
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ConfigurationHelper
public ConfigurationHelper()
overrideProperties
public static void overrideProperties(java.util.Properties properties,
java.util.Map overrides)
getFlushMode
public static FlushMode getFlushMode(java.lang.Object value)
getInteger
public static java.lang.Integer getInteger(java.lang.Object value)
getBoolean
public static java.lang.Boolean getBoolean(java.lang.Object value)
getCacheMode
public static CacheMode getCacheMode(java.lang.Object value)
Copyright © 2012. All Rights Reserved.