Uses of Class
org.hibernate.search.engine.environment.bean.BeanRetrieval
-
-
Uses of BeanRetrieval in org.hibernate.search.engine.environment.bean
Methods in org.hibernate.search.engine.environment.bean that return BeanRetrieval Modifier and Type Method Description static BeanRetrievalBeanRetrieval. valueOf(String name)Returns the enum constant of this type with the specified name.static BeanRetrieval[]BeanRetrieval. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hibernate.search.engine.environment.bean with parameters of type BeanRetrieval Modifier and Type Method Description static <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. -
Uses of BeanRetrieval in org.hibernate.search.engine.environment.bean.impl
Methods in org.hibernate.search.engine.environment.bean.impl with parameters of type BeanRetrieval Modifier and Type Method Description <T> BeanHolder<T>BeanResolverImpl. resolve(Class<T> typeReference, String nameReference, BeanRetrieval retrieval)<T> BeanHolder<T>BeanResolverImpl. resolve(Class<T> typeReference, BeanRetrieval retrieval) -
Uses of BeanRetrieval in org.hibernate.search.mapper.pojo.bridge.mapping.annotation
Methods in org.hibernate.search.mapper.pojo.bridge.mapping.annotation that return BeanRetrieval Modifier and Type Method Description BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval() -
Uses of BeanRetrieval in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing that return BeanRetrieval Modifier and Type Method Description BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()BeanRetrievalretrieval()Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing with parameters of type BeanRetrieval Modifier and Type Method Description <T> Optional<BeanReference<? extends T>>MappingAnnotationProcessorContext. toBeanReference(Class<T> expectedType, Class<?> undefinedTypeMarker, Class<? extends T> type, String name, BeanRetrieval retrieval)Convert attributes of a bean-reference annotation, such asValueBridgeRef, to an actualBeanReference. -
Uses of BeanRetrieval in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Methods in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type BeanRetrieval Modifier and Type Method Description <T> Optional<BeanReference<? extends T>>AbstractMappingAnnotationProcessorContext. toBeanReference(Class<T> expectedType, Class<?> undefinedTypeMarker, Class<? extends T> type, String name, BeanRetrieval retrieval)static <T> Optional<BeanReference<? extends T>>MappingAnnotationProcessorUtils. toBeanReference(Class<T> expectedType, Class<?> undefinedTypeMarker, Class<? extends T> type, String name, BeanRetrieval retrieval) -
Uses of BeanRetrieval in org.hibernate.search.mapper.pojo.search.definition.mapping.annotation
Methods in org.hibernate.search.mapper.pojo.search.definition.mapping.annotation that return BeanRetrieval Modifier and Type Method Description BeanRetrievalretrieval()
-