Class Helper
- java.lang.Object
-
- org.hibernate.resource.beans.internal.Helper
-
public final class Helper extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static StringdetermineBeanCacheKey(Class<?> beanType)static StringdetermineBeanCacheKey(String name, Class<?> beanType)static BeanLifecycleStrategygetLifecycleStrategy(boolean shouldRegistryManageLifecycle)static booleanshouldIgnoreBeanContainer(ServiceRegistry serviceRegistry)
-
-
-
Method Detail
-
shouldIgnoreBeanContainer
public static boolean shouldIgnoreBeanContainer(ServiceRegistry serviceRegistry)
-
getLifecycleStrategy
public static BeanLifecycleStrategy getLifecycleStrategy(boolean shouldRegistryManageLifecycle)
-
-