Uses of Enum Class
org.hibernate.search.engine.environment.bean.BeanRetrieval
Packages that use BeanRetrieval
-
Uses of BeanRetrieval in org.hibernate.search.engine.environment.bean
Methods in org.hibernate.search.engine.environment.bean that return BeanRetrievalModifier and TypeMethodDescriptionstatic BeanRetrievalReturns the enum constant of this class with the specified name.static BeanRetrieval[]BeanRetrieval.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hibernate.search.engine.environment.bean with parameters of type BeanRetrievalModifier and TypeMethodDescriptionstatic <T> BeanReference<T> BeanReference.of(Class<T> type, String name, BeanRetrieval retrieval) Create aBeanReferencereferencing a bean by type and name.static <T> BeanReference<T> BeanReference.of(Class<T> type, BeanRetrieval retrieval) Create aBeanReferencereferencing a bean by its type only.<T> BeanHolder<T> BeanResolver.resolve(Class<T> typeReference, String nameReference, BeanRetrieval retrieval) Resolve a bean by its name.<T> BeanHolder<T> BeanResolver.resolve(Class<T> typeReference, BeanRetrieval retrieval) Resolve a bean by its type.