Class InfinispanRuntimeIntrospector

java.lang.Object
org.infinispan.search.mapper.model.impl.InfinispanRuntimeIntrospector
All Implemented Interfaces:
org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector

public class InfinispanRuntimeIntrospector extends Object implements org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
  • Constructor Details

    • InfinispanRuntimeIntrospector

      public InfinispanRuntimeIntrospector()
  • Method Details

    • detectEntityType

      public <T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<? extends T> detectEntityType(T entity)
      Specified by:
      detectEntityType in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
    • unproxy

      public Object unproxy(Object value)
      Specified by:
      unproxy in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
    • isIgnorableDataAccessThrowable

      public boolean isIgnorableDataAccessThrowable(Throwable throwable)
      Specified by:
      isIgnorableDataAccessThrowable in interface org.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector