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
-
Method Summary
Modifier and TypeMethodDescription<T> org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeIdentifier
<? extends T> detectEntityType
(T entity) boolean
isIgnorableDataAccessThrowable
(Throwable throwable)
-
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 interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
unproxy
- Specified by:
unproxy
in interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-
isIgnorableDataAccessThrowable
- Specified by:
isIgnorableDataAccessThrowable
in interfaceorg.hibernate.search.mapper.pojo.model.spi.PojoRuntimeIntrospector
-