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 Summary
Constructors Constructor Description InfinispanRuntimeIntrospector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description <T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<? extends T>
detectEntityType(T entity)
boolean
isIgnorableDataAccessThrowable(Throwable throwable)
Object
unproxy(Object value)
-
-
-
Method Detail
-
detectEntityType
public <T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier<? extends T> detectEntityType(T entity)
- Specified by:
detectEntityType
in interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
unproxy
public Object unproxy(Object value)
- Specified by:
unproxy
in interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
isIgnorableDataAccessThrowable
public boolean isIgnorableDataAccessThrowable(Throwable throwable)
- Specified by:
isIgnorableDataAccessThrowable
in interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
-