Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
-
-
Uses of PojoRawTypeModel in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl with parameters of type PojoRawTypeModel Modifier and Type Method Description SearchExceptionLog_$logger. errorRetrievingPropertyTypeModel(String propertyModelName, PojoRawTypeModel<?> parentTypeModel, String causeMessage, Exception cause)SearchExceptionLog. errorRetrievingPropertyTypeModel(String propertyModelName, PojoRawTypeModel<?> parentTypeModel, String causeMessage, Exception cause) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.orm.mapping.impl
Methods in org.hibernate.search.mapper.orm.mapping.impl with parameters of type PojoRawTypeModel Modifier and Type Method Description <E> PojoContainedTypeExtendedMappingCollectorHibernateOrmMapperDelegate. createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName)<E> PojoIndexedTypeExtendedMappingCollectorHibernateOrmMapperDelegate. createIndexedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.orm.model.impl
Classes in org.hibernate.search.mapper.orm.model.impl that implement PojoRawTypeModel Modifier and Type Class Description classHibernateOrmClassRawTypeModel<T>classHibernateOrmDynamicMapRawTypeModelMethods in org.hibernate.search.mapper.orm.model.impl that return types with arguments of type PojoRawTypeModel Modifier and Type Method Description Stream<PojoRawTypeModel<? super Map>>HibernateOrmDynamicMapRawTypeModel. ascendingSuperTypes()Stream<PojoRawTypeModel<? super Map>>HibernateOrmDynamicMapRawTypeModel. descendingSuperTypes()Constructors in org.hibernate.search.mapper.orm.model.impl with parameters of type PojoRawTypeModel Constructor Description HibernateOrmPathDefinitionProvider(PojoRawTypeModel<?> typeModel, org.hibernate.mapping.PersistentClass persistentClass) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.automaticindexing.building.impl
Fields in org.hibernate.search.mapper.pojo.automaticindexing.building.impl declared as PojoRawTypeModel Modifier and Type Field Description PojoRawTypeModel<?>DerivedDependencyWalkingInfo. definingTypeModelMethod parameters in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with type arguments of type PojoRawTypeModel Modifier and Type Method Description PojoImplicitReindexingAssociationInverseSideResolverPojoImplicitReindexingResolverBuildingHelper. createAssociationInverseSideResolver(PojoRawTypeModel<?> typeModel, Map<PojoModelPathValueNode,Map<PojoRawTypeModel<?>,PojoModelPathValueNode>> inversePathByInverseTypeByDirectContainingPath)Constructor parameters in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with type arguments of type PojoRawTypeModel Constructor Description PojoImplicitReindexingResolverBuildingHelper(ContainerExtractorBinder extractorBinder, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider, Set<PojoRawTypeModel<?>> entityTypes, ReindexOnUpdate defaultReindexOnUpdate) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.bridge.binding.impl
Constructors in org.hibernate.search.mapper.pojo.bridge.binding.impl with parameters of type PojoRawTypeModel Constructor Description RoutingBindingContextImpl(BeanResolver beanResolver, PojoBootstrapIntrospector introspector, PojoRawTypeModel<E> indexedEntityType, PojoModelTypeRootElement<E> pojoModelTypeRootElement, PojoRoutingIndexingDependencyConfigurationContextImpl<E> dependencyContext, Map<String,Object> params) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.identity.impl
Constructors in org.hibernate.search.mapper.pojo.identity.impl with parameters of type PojoRawTypeModel Constructor Description PojoRootIdentityMappingCollector(PojoRawTypeModel<E> typeModel, PojoMappingHelper mappingHelper, Optional<IndexedEntityBindingContext> bindingContext, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.logging.impl
Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoRawTypeModel Modifier and Type Method Description voidLog_$logger. detectedMappedTypes(Set<PojoRawTypeModel<?>> entityTypes, Set<PojoRawTypeModel<?>> indexedTypes, Set<PojoRawTypeModel<?>> initialMappedTypes)voidLog. detectedMappedTypes(Set<PojoRawTypeModel<?>> entityTypes, Set<PojoRawTypeModel<?>> indexedTypes, Set<PojoRawTypeModel<?>> initialMappedTypes)voidLog_$logger. failedToCreateImplicitReindexingAssociationInverseSideResolverNode(Map<PojoRawTypeModel<?>,PojoModelPathValueNode> inversePathByInverseType, EventContext context, String causeMessage, Exception cause)voidLog. failedToCreateImplicitReindexingAssociationInverseSideResolverNode(Map<PojoRawTypeModel<?>,PojoModelPathValueNode> inversePathByInverseType, EventContext context, String causeMessage, Exception cause) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.mapping.building.spi
Methods in org.hibernate.search.mapper.pojo.mapping.building.spi with parameters of type PojoRawTypeModel Modifier and Type Method Description <E> PojoContainedTypeExtendedMappingCollectorPojoMapperDelegate. createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName)<E> PojoIndexedTypeExtendedMappingCollectorPojoMapperDelegate. createIndexedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.definition.annotation.processing.impl with parameters of type PojoRawTypeModel Constructor Description ConstructorMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, PojoConstructorModel<?> constructorModel, Annotation annotation, AnnotationHelper annotationHelper)PropertyMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, PojoPropertyModel<?> propertyModel, Annotation annotation, AnnotationHelper annotationHelper, PojoMappingConfigurationContext configurationContext)TypeMappingAnnotationProcessorContextImpl(PojoRawTypeModel<?> typeModel, Annotation annotation, AnnotationHelper annotationHelper) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl
Constructors in org.hibernate.search.mapper.pojo.mapping.definition.programmatic.impl with parameters of type PojoRawTypeModel Constructor Description TypeMappingStepImpl(PojoRawTypeModel<?> typeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.mapping.impl
Methods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoRawTypeModel Modifier and Type Method Description <E> voidPojoTypeManagerContainer.Builder. addContained(PojoRawTypeModel<E> typeModel, PojoContainedTypeManager<?,E> typeManager)voidPojoTypeManagerContainer.Builder. addEntity(String entityName, PojoRawTypeModel<?> entityType)<E> voidPojoTypeManagerContainer.Builder. addIndexed(PojoRawTypeModel<E> typeModel, PojoIndexedTypeManager<?,E> typeManager) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.impl
Methods in org.hibernate.search.mapper.pojo.model.additionalmetadata.building.impl with parameters of type PojoRawTypeModel Modifier and Type Method Description PojoTypeAdditionalMetadataPojoTypeAdditionalMetadataProvider. get(PojoRawTypeModel<?> typeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.dependency.impl
Constructors in org.hibernate.search.mapper.pojo.model.dependency.impl with parameters of type PojoRawTypeModel Constructor Description PojoRoutingIndexingDependencyConfigurationContextImpl(PojoBootstrapIntrospector introspector, ContainerExtractorBinder containerExtractorBinder, PojoTypeAdditionalMetadataProvider typeAdditionalMetadataProvider, PojoRawTypeModel<T> typeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.hcann.spi
Classes in org.hibernate.search.mapper.pojo.model.hcann.spi that implement PojoRawTypeModel Modifier and Type Class Description classAbstractPojoHCAnnRawTypeModel<T,I extends AbstractPojoHCAnnBootstrapIntrospector>Methods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoRawTypeModel Modifier and Type Method Description <T> PojoRawTypeModel<T>PojoHCannOrmGenericContextHelper. rawTypeModel(Class<T> clazz)PojoRawTypeModel<T>PojoHCAnnConstructorModel. typeModel() -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.path.impl
Methods in org.hibernate.search.mapper.pojo.model.path.impl with parameters of type PojoRawTypeModel Modifier and Type Method Description <U2> BoundPojoModelPathCastedTypeNode<T,? extends U2>BoundPojoModelPathCastedTypeNode. castTo(PojoRawTypeModel<U2> typeModel)<U> BoundPojoModelPathCastedTypeNode<T,? extends U>BoundPojoModelPathOriginalTypeNode. castTo(PojoRawTypeModel<U> typeModel)abstract <U> BoundPojoModelPathCastedTypeNode<?,? extends U>BoundPojoModelPathTypeNode. castTo(PojoRawTypeModel<U> typeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoRawTypeModel Modifier and Type Class Description classAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector>Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoRawTypeModel Modifier and Type Method Description PojoRawTypeModel<? super T>AbstractPojoGenericTypeModel. rawType()default PojoRawTypeModel<T>PojoRawTypeModel. rawType()PojoRawTypeModel<? super T>PojoTypeModel. rawType()<T> PojoRawTypeModel<T>GenericContextAwarePojoGenericTypeModel.Helper. rawTypeModel(Class<T> clazz)<T> PojoRawTypeModel<T>PojoBootstrapIntrospector. typeModel(Class<T> clazz)PojoRawTypeModel<?>PojoBootstrapIntrospector. typeModel(String name)PojoRawTypeModel<T>PojoConstructorModel. typeModel()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoRawTypeModel Modifier and Type Method Description Stream<? extends PojoRawTypeModel<? super T>>PojoRawTypeModel. ascendingSuperTypes()Stream<? extends PojoRawTypeModel<? super T>>PojoRawTypeModel. descendingSuperTypes()Methods in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeModel Modifier and Type Method Description static <T> PojoTypeModel<T[]>SyntheticPojoGenericTypeModel. array(PojoRawTypeModel<? super T[]> rawTypeModel, PojoTypeModel<T> elementType)static <T> PojoTypeModel<T>SyntheticPojoGenericTypeModel. genericType(PojoRawTypeModel<? super T> rawTypeModel, PojoTypeModel<?> firstTypeArgument, PojoTypeModel<?>... otherTypeArguments)static <T> PojoTypeModel<T>SyntheticPojoGenericTypeModel. opaqueType(PojoRawTypeModel<T> rawTypeModel)Constructors in org.hibernate.search.mapper.pojo.model.spi with parameters of type PojoRawTypeModel Constructor Description AbstractPojoGenericTypeModel(PojoRawTypeModel<? super T> rawTypeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.reporting.spi
Methods in org.hibernate.search.mapper.pojo.reporting.spi with parameters of type PojoRawTypeModel Modifier and Type Method Description static EventContextPojoEventContexts. fromType(PojoRawTypeModel<?> typeModel) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.search.definition.impl
Methods in org.hibernate.search.mapper.pojo.search.definition.impl with parameters of type PojoRawTypeModel Modifier and Type Method Description voidPojoSearchQueryElementRegistryBuilder. process(PojoRawTypeModel<?> type)
-