java.lang.Object
org.hibernate.resource.beans.internal.Helper

public final class Helper extends Object
  • Method Details

    • determineBeanCacheKey

      public static String determineBeanCacheKey(Class<?> beanType)
    • determineBeanCacheKey

      public static String determineBeanCacheKey(String name, Class<?> beanType)
    • allowExtensionsInCdi

      public static boolean allowExtensionsInCdi(ServiceRegistry serviceRegistry)
    • getLifecycleStrategy

      public static BeanLifecycleStrategy getLifecycleStrategy(boolean shouldRegistryManageLifecycle)
    • getBeanContainer

      public static @Nullable BeanContainer getBeanContainer(ServiceRegistry serviceRegistry)
    • getBean

      public static <T> @Nullable T getBean(@Nullable BeanContainer beanContainer, Class<?> beanType, boolean canUseCachedReferences, boolean useJpaCompliantCreation, @Nullable Supplier<T> fallbackSupplier)