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 StringdetermineBeanCacheKey(Class<?> beanType)StringdetermineBeanCacheKey(String name, Class<?> beanType)BeanLifecycleStrategygetLifecycleStrategy(boolean shouldRegistryManageLifecycle)booleanshouldIgnoreBeanContainer(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)
-
-