Uses of Annotation Interface
org.hibernate.search.util.common.annotation.impl.SuppressForbiddenApis
Packages that use SuppressForbiddenApis
Package
Description
-
Uses of SuppressForbiddenApis in org.hibernate.search.engine.environment.bean.spi
Constructors in org.hibernate.search.engine.environment.bean.spi with annotations of type SuppressForbiddenApisModifierConstructorDescriptionBeanNotFoundException(String message) BeanNotFoundException(String message, Throwable cause) -
Uses of SuppressForbiddenApis in org.hibernate.search.engine.environment.classpath.spi
Methods in org.hibernate.search.engine.environment.classpath.spi with annotations of type SuppressForbiddenApisConstructors in org.hibernate.search.engine.environment.classpath.spi with annotations of type SuppressForbiddenApisModifierConstructorDescriptionClassLoadingException(String message, Throwable cause) Constructs aClassLoadingExceptionusing the specified message and cause. -
Uses of SuppressForbiddenApis in org.hibernate.search.engine.environment.thread.impl
Methods in org.hibernate.search.engine.environment.thread.impl with annotations of type SuppressForbiddenApis -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.orm.common.impl
Methods in org.hibernate.search.mapper.orm.common.impl with annotations of type SuppressForbiddenApisModifier and TypeMethodDescriptionHibernateOrmUtils.getServiceOrEmpty(ServiceRegistry serviceRegistry, Class<T> serviceClass) static <T extends Service>
THibernateOrmUtils.getServiceOrFail(ServiceRegistry serviceRegistry, Class<T> serviceClass) -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.orm.event.impl
Methods in org.hibernate.search.mapper.orm.event.impl with annotations of type SuppressForbiddenApisModifier and TypeMethodDescriptionbooleanHibernateSearchEventListener.requiresPostCommitHandling(EntityPersister persister) Required since Hibernate ORM 4.3 -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.orm.search.query.impl
Classes in org.hibernate.search.mapper.orm.search.query.impl with annotations of type SuppressForbiddenApis -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.pojo.common.annotation.impl
Constructors in org.hibernate.search.mapper.pojo.common.annotation.impl with annotations of type SuppressForbiddenApisModifierConstructorDescriptionSearchProcessingWithContextException(String message, Throwable cause, EventContext context) -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.pojo.massindexing.impl
Constructors in org.hibernate.search.mapper.pojo.massindexing.impl with annotations of type SuppressForbiddenApis -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.pojo.search.definition.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.impl with annotations of type SuppressForbiddenApisModifierConstructorDescriptionConstructorProjectionApplicationException(String message, Throwable cause, ProjectionConstructorPath projectionConstructorPath) -
Uses of SuppressForbiddenApis in org.hibernate.search.util.common
Constructors in org.hibernate.search.util.common with annotations of type SuppressForbiddenApisModifierConstructorDescriptionSearchException(String message) SearchException(String message, Throwable cause, EventContext context) SearchException(String message, EventContext context) SearchException(Throwable cause) SearchException(Throwable cause, EventContext context) SearchTimeoutException(String message) SearchTimeoutException(String message, Throwable cause) -
Uses of SuppressForbiddenApis in org.hibernate.search.util.common.impl
Methods in org.hibernate.search.util.common.impl with annotations of type SuppressForbiddenApisModifier and TypeMethodDescriptionstatic <T> TFutures.unwrappedExceptionJoin(CompletableFuture<T> future) CallCompletableFuture.join()and unwrap anyCompletionException, expecting the exception to be aRuntimeException.