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 boolean
allowExtensionsInCdi(ServiceRegistry serviceRegistry)
static String
determineBeanCacheKey(Class<?> beanType)
static String
determineBeanCacheKey(String name, Class<?> beanType)
static BeanLifecycleStrategy
getLifecycleStrategy(boolean shouldRegistryManageLifecycle)
-
-
-
Method Detail
-
allowExtensionsInCdi
public static boolean allowExtensionsInCdi(ServiceRegistry serviceRegistry)
-
getLifecycleStrategy
public static BeanLifecycleStrategy getLifecycleStrategy(boolean shouldRegistryManageLifecycle)
-
-