Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoCaster
-
-
Uses of PojoCaster in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoCaster Constructor Description PojoImplicitReindexingResolverCastedTypeNode(PojoCaster<? super U> caster, PojoImplicitReindexingResolverNode<? super U> nested) -
Uses of PojoCaster in org.hibernate.search.mapper.pojo.identity.impl
Constructors in org.hibernate.search.mapper.pojo.identity.impl with parameters of type PojoCaster Constructor Description PropertyIdentifierMapping(PojoCaster<? super I> caster, ValueReadHandle<I> property, BeanHolder<? extends IdentifierBridge<I>> bridgeHolder)UnmappedPropertyIdentifierMapping(PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<? super I> caster, ValueReadHandle<I> property) -
Uses of PojoCaster in org.hibernate.search.mapper.pojo.mapping.impl
Fields in org.hibernate.search.mapper.pojo.mapping.impl declared as PojoCaster Modifier and Type Field Description protected PojoCaster<E>AbstractPojoTypeManager. casterConstructors in org.hibernate.search.mapper.pojo.mapping.impl with parameters of type PojoCaster Constructor Description AbstractPojoTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoContainedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, PojoPathOrdinals pathOrdinals, PojoImplicitReindexingResolver<E> reindexingResolver)PojoIndexedTypeManager(String entityName, PojoRawTypeIdentifier<E> typeIdentifier, PojoCaster<E> caster, boolean singleConcreteTypeInEntityHierarchy, IdentifierMappingImplementor<I,E> identifierMapping, DocumentRouter<? super E> documentRouter, PojoPathOrdinals pathOrdinals, PojoIndexingProcessor<E> processor, MappedIndexManager indexManager, PojoImplicitReindexingResolver<E> reindexingResolver) -
Uses of PojoCaster in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoCaster Modifier and Type Class Description classJavaClassPojoCaster<T>Methods in org.hibernate.search.mapper.pojo.model.spi that return PojoCaster Modifier and Type Method Description PojoCaster<T>AbstractPojoRawTypeModel. caster()PojoCaster<T>PojoRawTypeModel. caster() -
Uses of PojoCaster in org.hibernate.search.mapper.pojo.processing.impl
Constructors in org.hibernate.search.mapper.pojo.processing.impl with parameters of type PojoCaster Constructor Description PojoIndexingProcessorCastedTypeNode(PojoCaster<? super U> caster, Iterable<IndexObjectFieldReference> parentIndexObjectReferences, PojoIndexingProcessor<? super U> nested, boolean isEntityType) -
Uses of PojoCaster in org.hibernate.search.mapper.pojo.work.impl
Constructors in org.hibernate.search.mapper.pojo.work.impl with parameters of type PojoCaster Constructor Description CachingCastingEntitySupplier(PojoCaster<E> caster, PojoRuntimeIntrospector proxyIntrospector, Object potentiallyProxiedEntity)
-