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