Class PojoHCannOrmGenericContextHelper
- java.lang.Object
-
- org.hibernate.search.mapper.pojo.model.hcann.spi.PojoHCannOrmGenericContextHelper
-
- All Implemented Interfaces:
GenericContextAwarePojoGenericTypeModel.Helper
public class PojoHCannOrmGenericContextHelper extends Object implements GenericContextAwarePojoGenericTypeModel.Helper
-
-
Constructor Summary
Constructors Constructor Description PojoHCannOrmGenericContextHelper(AbstractPojoHCAnnBootstrapIntrospector introspector)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Object
propertyCacheKey(PojoPropertyModel<?> rawPropertyModel)
Type
propertyGenericType(PojoPropertyModel<?> rawPropertyModel)
<T> PojoRawTypeModel<T>
rawTypeModel(Class<T> clazz)
-
-
-
Constructor Detail
-
PojoHCannOrmGenericContextHelper
public PojoHCannOrmGenericContextHelper(AbstractPojoHCAnnBootstrapIntrospector introspector)
-
-
Method Detail
-
rawTypeModel
public <T> PojoRawTypeModel<T> rawTypeModel(Class<T> clazz)
- Specified by:
rawTypeModel
in interfaceGenericContextAwarePojoGenericTypeModel.Helper
-
propertyCacheKey
public Object propertyCacheKey(PojoPropertyModel<?> rawPropertyModel)
- Specified by:
propertyCacheKey
in interfaceGenericContextAwarePojoGenericTypeModel.Helper
-
propertyGenericType
public Type propertyGenericType(PojoPropertyModel<?> rawPropertyModel)
- Specified by:
propertyGenericType
in interfaceGenericContextAwarePojoGenericTypeModel.Helper
-
-