Class HibernateOrmClassRawTypeModel<T>
java.lang.Object
org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel<T,I>
org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel<T,HibernateOrmBootstrapIntrospector>
org.hibernate.search.mapper.orm.model.impl.HibernateOrmClassRawTypeModel<T>
- All Implemented Interfaces:
MappableTypeModel,PojoRawTypeModel<T>,PojoTypeModel<T>
public class HibernateOrmClassRawTypeModel<T>
extends AbstractPojoHCAnnRawTypeModel<T,HibernateOrmBootstrapIntrospector>
-
Field Summary
Fields inherited from class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
xClassFields inherited from class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
introspector, typeIdentifier -
Method Summary
Modifier and TypeMethodDescriptionStream<HibernateOrmClassRawTypeModel<? super T>>protected org.hibernate.search.mapper.orm.model.impl.HibernateOrmClassPropertyModel<?>createPropertyModel(String propertyName) Stream<HibernateOrmClassRawTypeModel<? super T>>Methods inherited from class org.hibernate.search.mapper.pojo.model.hcann.spi.AbstractPojoHCAnnRawTypeModel
annotations, arrayElementType, createDeclaredConstructors, declaredFieldAccessXPropertiesByName, declaredMethodAccessXPropertiesByName, declaredPropertyField, declaredPropertyGetters, declaredPropertyNames, isAbstract, isSubTypeOf, typeArgumentMethods inherited from class org.hibernate.search.mapper.pojo.model.spi.AbstractPojoRawTypeModel
cast, caster, castTo, constructor, declaredConstructors, declaredProperties, doCast, equals, hashCode, mainConstructor, name, property, toString, typeIdentifierMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
rawType
-
Method Details
-
ascendingSuperTypes
- Returns:
- The supertypes of the current type, in ascending order.
-
descendingSuperTypes
- Returns:
- The supertypes of the current type, in descending order.
-
createPropertyModel
protected org.hibernate.search.mapper.orm.model.impl.HibernateOrmClassPropertyModel<?> createPropertyModel(String propertyName) - Specified by:
createPropertyModelin classAbstractPojoRawTypeModel<T,HibernateOrmBootstrapIntrospector>
-