Class HibernateOrmBootstrapIntrospector
java.lang.Object
org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
org.hibernate.search.mapper.orm.model.impl.HibernateOrmBootstrapIntrospector
- All Implemented Interfaces:
PojoBootstrapIntrospector
public class HibernateOrmBootstrapIntrospector
extends AbstractPojoHCAnnBootstrapIntrospector
implements PojoBootstrapIntrospector
-
Field Summary
Fields inherited from class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
valueHandleFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(HibernateOrmBasicTypeMetadataProvider basicTypeMetadataProvider, ReflectionManager ormReflectionManager, ValueHandleFactory valueHandleFactory) protected <T> ValueCreateHandle<T>createValueCreateHandle(Constructor<T> constructor) protected ValueReadHandle<?>createValueReadHandle(Member member) Methods inherited from class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnBootstrapIntrospector
annotations, annotationValueHandleFactory, ascendingSuperClasses, declaredFieldAccessXPropertiesByName, declaredMethodAccessXPropertiesByName, descendingSuperClasses, toClass, toXClassMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.model.spi.PojoBootstrapIntrospector
annotationValueHandleFactory, annotationValueReadHandleFactory
-
Method Details
-
create
public static HibernateOrmBootstrapIntrospector create(HibernateOrmBasicTypeMetadataProvider basicTypeMetadataProvider, ReflectionManager ormReflectionManager, ValueHandleFactory valueHandleFactory) -
typeModel
- Specified by:
typeModelin interfacePojoBootstrapIntrospector- Parameters:
name- The name of the type- Returns:
- A type model for the requested type.
-
typeModel
- Specified by:
typeModelin interfacePojoBootstrapIntrospector- Type Parameters:
T- The type- Parameters:
clazz- The Java class representing the raw version of the type- Returns:
- A type model for the given type.
-
createValueCreateHandle
protected <T> ValueCreateHandle<T> createValueCreateHandle(Constructor<T> constructor) throws IllegalAccessException - Overrides:
createValueCreateHandlein classAbstractPojoHCAnnBootstrapIntrospector- Throws:
IllegalAccessException
-
createValueReadHandle
- Overrides:
createValueReadHandlein classAbstractPojoHCAnnBootstrapIntrospector- Throws:
IllegalAccessException
-