Uses of Class
org.hibernate.search.util.common.annotation.impl.SuppressForbiddenApis
-
-
Uses of SuppressForbiddenApis in org.hibernate.search.engine.environment.bean.spi
Constructors in org.hibernate.search.engine.environment.bean.spi with annotations of type SuppressForbiddenApis Constructor Description BeanNotFoundException(String message)BeanNotFoundException(String message, Throwable cause) -
Uses of SuppressForbiddenApis in org.hibernate.search.engine.environment.classpath.spi
Constructors in org.hibernate.search.engine.environment.classpath.spi with annotations of type SuppressForbiddenApis Constructor Description ClassLoadingException(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 Modifier and Type Method Description ThreadFactoryEmbeddedThreadProvider. createThreadFactory(String prefix) -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.orm.bootstrap.impl
Methods in org.hibernate.search.mapper.orm.bootstrap.impl with annotations of type SuppressForbiddenApis Modifier and Type Method Description Collection<org.hibernate.boot.model.source.internal.hbm.MappingDocument>HibernateSearchCompositeMappingProducer. produceAdditionalMappings(org.hibernate.boot.spi.MetadataImplementor metadata, org.jboss.jandex.IndexView jandexIndex, org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder, org.hibernate.boot.spi.MetadataBuildingContext buildingContext) -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.orm.bootstrap.spi
Methods in org.hibernate.search.mapper.orm.bootstrap.spi with annotations of type SuppressForbiddenApis Modifier and Type Method Description Collection<org.hibernate.boot.model.source.internal.hbm.MappingDocument>HibernateSearchOrmMappingProducer. produceMappings(ConfigurationPropertySource propertySource, org.hibernate.dialect.Dialect dialect, org.hibernate.boot.jaxb.internal.MappingBinder mappingBinder, org.hibernate.boot.spi.MetadataBuildingContext buildingContext) -
Uses of SuppressForbiddenApis in org.hibernate.search.mapper.orm.common.impl
Methods in org.hibernate.search.mapper.orm.common.impl with annotations of type SuppressForbiddenApis Modifier and Type Method Description static <T extends org.hibernate.service.Service>
Optional<T>HibernateOrmUtils. getServiceOrEmpty(org.hibernate.service.ServiceRegistry serviceRegistry, Class<T> serviceClass)static <T extends org.hibernate.service.Service>
THibernateOrmUtils. getServiceOrFail(org.hibernate.service.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 SuppressForbiddenApis Modifier and Type Method Description booleanHibernateSearchEventListener. requiresPostCommitHandling(org.hibernate.persister.entity.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 Modifier and Type Class Description classHibernateOrmSearchQueryAdapter<R> -
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 SuppressForbiddenApis Constructor Description SearchProcessingWithContextException(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 Constructor Description MassIndexingOperationHandledFailureException(Throwable cause) -
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 SuppressForbiddenApis Constructor Description ConstructorProjectionApplicationException(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 SuppressForbiddenApis Constructor Description SearchException(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 SuppressForbiddenApis Modifier and Type Method Description static <T> TFutures. unwrappedExceptionJoin(CompletableFuture<T> future)CallCompletableFuture.join()and unwrap anyCompletionException, expecting the exception to be aRuntimeException.
-