Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoRawTypeModel
Packages that use PojoRawTypeModel
Package
Description
-
Uses of PojoRawTypeModel in org.hibernate.search.mapper.orm.logging.impl
Methods in org.hibernate.search.mapper.orm.logging.impl with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionfinal SearchExceptionLog_$logger.errorRetrievingPropertyTypeModel(String propertyModelName, PojoRawTypeModel<?> parentTypeModel, String causeMessage, Exception cause) Log.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 PojoRawTypeModelModifier and TypeMethodDescriptionHibernateOrmMapperDelegate.createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) HibernateOrmMapperDelegate.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 PojoRawTypeModelModifier and TypeClassDescriptionclassclassMethods in org.hibernate.search.mapper.orm.model.impl that return types with arguments of type PojoRawTypeModelModifier and TypeMethodDescriptionStream<PojoRawTypeModel<? super Map>>HibernateOrmDynamicMapRawTypeModel.ascendingSuperTypes()Stream<PojoRawTypeModel<? super Map>>HibernateOrmDynamicMapRawTypeModel.descendingSuperTypes()Constructors in org.hibernate.search.mapper.orm.model.impl with parameters of type PojoRawTypeModelModifierConstructorDescriptionHibernateOrmPathDefinitionProvider(PojoRawTypeModel<?> typeModel, 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 PojoRawTypeModelModifier and TypeFieldDescriptionfinal PojoRawTypeModel<?>DerivedDependencyWalkingInfo.definingTypeModelMethods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl that return types with arguments of type PojoRawTypeModelModifier and TypeMethodDescriptionSet<? extends PojoRawTypeModel<?>>PojoImplicitReindexingResolverBuildingHelper.getConcreteEntitySubTypesForEntitySuperType(PojoRawTypeModel<?> superTypeModel) Methods in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionPojoImplicitReindexingResolverBuildingHelper.build(PojoRawTypeModel<T> typeModel) PojoImplicitReindexingResolverBuildingHelper.buildOptional(PojoRawTypeModel<T> typeModel) <U> PojoIndexingDependencyCollectorTypeNode<? extends U>AbstractPojoIndexingDependencyCollectorDirectValueNode.castedType(PojoRawTypeModel<U> typeModel) PojoImplicitReindexingResolverBuildingHelper.createAssociationInverseSideResolver(PojoRawTypeModel<?> typeModel, Map<PojoModelPathValueNode, Map<PojoRawTypeModel<?>, PojoModelPathValueNode>> inversePathByInverseTypeByDirectContainingPath) PojoImplicitReindexingResolverBuildingHelper.createDependencyCollector(PojoRawTypeModel<T> typeModel) Set<? extends PojoRawTypeModel<?>>PojoImplicitReindexingResolverBuildingHelper.getConcreteEntitySubTypesForEntitySuperType(PojoRawTypeModel<?> superTypeModel) booleanPojoImplicitReindexingResolverBuildingHelper.isSingleConcreteTypeInEntityHierarchy(PojoRawTypeModel<?> typeModel) PojoImplicitReindexingResolverBuildingHelper.runtimePathsBuildingHelper(PojoRawTypeModel<T> typeModel) Method parameters in org.hibernate.search.mapper.pojo.automaticindexing.building.impl with type arguments of type PojoRawTypeModelModifier and TypeMethodDescriptionPojoImplicitReindexingResolverBuildingHelper.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 PojoRawTypeModelModifierConstructorDescriptionPojoImplicitReindexingResolverBuildingHelper(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 PojoRawTypeModelModifierConstructorDescriptionRoutingBindingContextImpl(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 PojoRawTypeModelModifierConstructorDescriptionPojoRootIdentityMappingCollector(PojoRawTypeModel<E> typeModel, PojoMappingHelper mappingHelper, Optional<IndexedEntityBindingContext> bindingContext, BeanReference<? extends IdentifierBridge<Object>> providedIdentifierBridge) -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionfinal voidLog_$logger.arbitraryMemberSelection(PojoRawTypeModel<?> typeModel, String propertyName, Member selectedMember, List<Member> otherMembers) voidLog.arbitraryMemberSelection(PojoRawTypeModel<?> typeModel, String propertyName, Member selectedMember, List<Member> otherMembers) final SearchExceptionLog_$logger.cannotApplyExplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, String errorMessage, Exception cause) Log.cannotApplyExplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, String errorMessage, Exception cause) final SearchExceptionLog_$logger.cannotApplyImplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, PojoModelPathValueNode originalSideAssociationPath, String errorMessage, Exception cause) Log.cannotApplyImplicitInverseAssociationPath(PojoRawTypeModel<?> inverseSideTypeModel, PojoModelPathValueNode inverseSideAssociationPath, PojoRawTypeModel<?> originalSideTypeModel, PojoModelPathValueNode originalSideAssociationPath, String errorMessage, Exception cause) final SearchExceptionLog_$logger.cannotDefineOtherEntityDependencyFromNonEntityType(PojoRawTypeModel<?> otherType) Log.cannotDefineOtherEntityDependencyFromNonEntityType(PojoRawTypeModel<?> otherType) final SearchExceptionLog_$logger.cannotDefineOtherEntityDependencyOnNonEntityBridgedType(PojoRawTypeModel<?> bridgedTypeModel) Log.cannotDefineOtherEntityDependencyOnNonEntityBridgedType(PojoRawTypeModel<?> bridgedTypeModel) final SearchExceptionLog_$logger.cannotFindConstructorWithParameterTypes(PojoRawTypeModel<?> typeModel, Class<?>[] parameterTypes, Collection<? extends PojoConstructorModel<?>> constructors) Log.cannotFindConstructorWithParameterTypes(PojoRawTypeModel<?> typeModel, Class<?>[] parameterTypes, Collection<? extends PojoConstructorModel<?>> constructors) final SearchExceptionLog_$logger.cannotFindMainConstructorNotExactlyOneConstructor(PojoRawTypeModel<?> typeModel) Log.cannotFindMainConstructorNotExactlyOneConstructor(PojoRawTypeModel<?> typeModel) final SearchExceptionLog_$logger.cannotFindReadableProperty(PojoRawTypeModel<?> typeModel, String propertyName) Log.cannotFindReadableProperty(PojoRawTypeModel<?> typeModel, String propertyName) final SearchExceptionLog_$logger.cannotInvertAssociationForReindexing(PojoRawTypeModel<?> inverseSideTypeModel, PojoRawTypeModel<?> typeModel, PojoModelPathValueNode associationPath) Log.cannotInvertAssociationForReindexing(PojoRawTypeModel<?> inverseSideTypeModel, PojoRawTypeModel<?> typeModel, PojoModelPathValueNode associationPath) final voidLog_$logger.constructorProjection(PojoRawTypeModel<?> typeModel, PojoConstructorProjectionDefinition<?> projectionDefinition) voidLog.constructorProjection(PojoRawTypeModel<?> typeModel, PojoConstructorProjectionDefinition<?> projectionDefinition) final voidLog_$logger.containedTypeManager(PojoRawTypeModel<?> typeModel, PojoContainedTypeManager<?, ?> typeManager) voidLog.containedTypeManager(PojoRawTypeModel<?> typeModel, PojoContainedTypeManager<?, ?> typeManager) final SearchExceptionLog_$logger.errorRetrievingConstructorHandle(Constructor<?> constructor, PojoRawTypeModel<?> parentTypeModel, Exception cause) Log.errorRetrievingConstructorHandle(Constructor<?> constructor, PojoRawTypeModel<?> parentTypeModel, Exception cause) final SearchExceptionLog_$logger.errorRetrievingPropertyTypeModel(String propertyModelName, PojoRawTypeModel<?> parentTypeModel, Exception cause) Log.errorRetrievingPropertyTypeModel(String propertyModelName, PojoRawTypeModel<?> parentTypeModel, Exception cause) final SearchExceptionLog_$logger.incorrectTargetTypeForInverseAssociation(PojoRawTypeModel<?> inverseAssociationTargetType, PojoRawTypeModel<?> entityType) Log.incorrectTargetTypeForInverseAssociation(PojoRawTypeModel<?> inverseAssociationTargetType, PojoRawTypeModel<?> entityType) final voidLog_$logger.indexedTypeManager(PojoRawTypeModel<?> typeModel, PojoIndexedTypeManager<?, ?> typeManager) voidLog.indexedTypeManager(PojoRawTypeModel<?> typeModel, PojoIndexedTypeManager<?, ?> typeManager) final SearchExceptionLog_$logger.infiniteRecursionForAssociationEmbeddeds(PojoRawTypeModel<?> typeModel, PojoModelPathValueNode path) Log.infiniteRecursionForAssociationEmbeddeds(PojoRawTypeModel<?> typeModel, PojoModelPathValueNode path) final SearchExceptionLog_$logger.infiniteRecursionForDerivedFrom(PojoRawTypeModel<?> typeModel, LinkedNode<DerivedDependencyWalkingInfo> cycle) Log.infiniteRecursionForDerivedFrom(PojoRawTypeModel<?> typeModel, LinkedNode<DerivedDependencyWalkingInfo> cycle) final SearchExceptionLog_$logger.invalidAbstractTypeForProjectionConstructor(PojoRawTypeModel<?> typeModel) Log.invalidAbstractTypeForProjectionConstructor(PojoRawTypeModel<?> typeModel) final SearchExceptionLog_$logger.loadingConfigurationTypeMismatch(PojoRawTypeModel<?> entityType, Class<?> expectedSuperType) Log.loadingConfigurationTypeMismatch(PojoRawTypeModel<?> entityType, Class<?> expectedSuperType) final SearchExceptionLog_$logger.missingEntityTypeMetadata(PojoRawTypeModel<?> typeModel) Log.missingEntityTypeMetadata(PojoRawTypeModel<?> typeModel) final SearchExceptionLog_$logger.missingIdentifierMapping(PojoRawTypeModel<?> typeModel) Log.missingIdentifierMapping(PojoRawTypeModel<?> typeModel) final SearchExceptionLog_$logger.multipleEntityTypesWithSameName(String entityName, PojoRawTypeModel<?> previousType, PojoRawTypeModel<?> type) Log.multipleEntityTypesWithSameName(String entityName, PojoRawTypeModel<?> previousType, PojoRawTypeModel<?> type) final SearchExceptionLog_$logger.multipleEntityTypesWithSameSecondaryName(String entityName, PojoRawTypeModel<?> previousType, PojoRawTypeModel<?> type) Log.multipleEntityTypesWithSameSecondaryName(String entityName, PojoRawTypeModel<?> previousType, PojoRawTypeModel<?> type) Method parameters in org.hibernate.search.mapper.pojo.logging.impl with type arguments of type PojoRawTypeModelModifier and TypeMethodDescriptionfinal voidLog_$logger.detectedMappedTypes(Set<PojoRawTypeModel<?>> entityTypes, Set<PojoRawTypeModel<?>> indexedTypes, Set<PojoRawTypeModel<?>> initialMappedTypes) voidLog.detectedMappedTypes(Set<PojoRawTypeModel<?>> entityTypes, Set<PojoRawTypeModel<?>> indexedTypes, Set<PojoRawTypeModel<?>> initialMappedTypes) final 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 PojoRawTypeModelModifier and TypeMethodDescriptionPojoMapperDelegate.createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) PojoMapperDelegate.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 PojoRawTypeModelModifierConstructorDescriptionConstructorMappingAnnotationProcessorContextImpl(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 -
Uses of PojoRawTypeModel in org.hibernate.search.mapper.pojo.mapping.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl declared as PojoRawTypeModelModifier and TypeFieldDescriptionfinal PojoRawTypeModel<E>AbstractPojoTypeManager.Builder.typeModelFields in org.hibernate.search.mapper.pojo.mapping.impl with type parameters of type PojoRawTypeModelModifier and TypeFieldDescriptionfinal Map<PojoRawTypeModel<?>,PojoContainedTypeManager.Builder<?>> PojoTypeManagerContainer.Builder.containedfinal Map<PojoRawTypeModel<?>,PojoIndexedTypeManager.Builder<?>> PojoTypeManagerContainer.Builder.indexedMethods in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionPojoTypeManagerContainer.Builder.addContained(PojoRawTypeModel<E> typeModel, String entityName, String secondaryEntityName, PojoRootIdentityMappingCollector<E> identityMappingCollector, PojoContainedTypeExtendedMappingCollector extendedMappingCollector) voidPojoTypeManagerContainer.Builder.addEntity(PojoRawTypeModel<?> entityType, String entityName, String secondaryEntityName) PojoTypeManagerContainer.Builder.addIndexed(PojoRawTypeModel<E> typeModel, String entityName, String secondaryEntityName, PojoRootIdentityMappingCollector<E> identityMappingCollector, PojoIndexedTypeExtendedMappingCollector extendedMappingCollector, BoundRoutingBridge<E> routingBridge, PojoIndexingProcessorOriginalTypeNodeBuilder<E> indexingProcessorBuilder, MappedIndexManagerBuilder indexManagerBuilder) -
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 PojoRawTypeModelModifier and TypeMethodDescriptionPojoTypeAdditionalMetadataProvider.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 PojoRawTypeModelModifierConstructorDescriptionPojoRoutingIndexingDependencyConfigurationContextImpl(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 PojoRawTypeModelModifier and TypeClassDescriptionclassfinal classMethods in org.hibernate.search.mapper.pojo.model.hcann.spi that return PojoRawTypeModelModifier and TypeMethodDescription<T> PojoRawTypeModel<T>PojoHCannOrmGenericContextHelper.rawTypeModel(Class<T> clazz) 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 PojoRawTypeModelModifier and TypeMethodDescription<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 PojoRawTypeModelModifier and TypeClassDescriptionclassAbstractPojoRawTypeModel<T,I extends PojoBootstrapIntrospector> Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoRawTypeModelModifier and TypeMethodDescriptionfinal 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>PojoConstructorModel.typeModel()Methods in org.hibernate.search.mapper.pojo.model.spi that return types with arguments of type PojoRawTypeModelModifier and TypeMethodDescriptionStream<? 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 PojoRawTypeModelModifier and TypeMethodDescriptionstatic <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 PojoRawTypeModelModifierConstructorDescriptionprotectedAbstractPojoGenericTypeModel(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 PojoRawTypeModelModifier and TypeMethodDescriptionstatic 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 PojoRawTypeModelModifier and TypeMethodDescriptionvoidPojoSearchQueryElementRegistryBuilder.process(PojoRawTypeModel<?> type) -
Uses of PojoRawTypeModel in org.infinispan.search.mapper.mapping.impl
Methods in org.infinispan.search.mapper.mapping.impl with parameters of type PojoRawTypeModelModifier and TypeMethodDescriptionInfinispanMapperDelegate.createContainedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) InfinispanMapperDelegate.createIndexedTypeExtendedMappingCollector(PojoRawTypeModel<E> rawTypeModel, String entityName) -
Uses of PojoRawTypeModel in org.infinispan.search.mapper.model.impl
Methods in org.infinispan.search.mapper.model.impl that return PojoRawTypeModelModifier and TypeMethodDescription