Uses of Interface
org.hibernate.search.mapper.pojo.model.spi.PojoCaster
Packages that use PojoCaster
Package
Description
-
Uses of PojoCaster in org.hibernate.search.mapper.pojo.automaticindexing.impl
Constructors in org.hibernate.search.mapper.pojo.automaticindexing.impl with parameters of type PojoCasterModifierConstructorDescriptionPojoImplicitReindexingResolverCastedTypeNode(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 PojoCasterModifierConstructorDescriptionPropertyIdentifierMapping(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 -
Uses of PojoCaster in org.hibernate.search.mapper.pojo.model.spi
Classes in org.hibernate.search.mapper.pojo.model.spi that implement PojoCasterMethods in org.hibernate.search.mapper.pojo.model.spi that return PojoCasterModifier and TypeMethodDescriptionfinal PojoCaster<T>AbstractPojoRawTypeModel.caster()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 PojoCasterModifierConstructorDescriptionPojoIndexingProcessorCastedTypeNode(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 PojoCasterModifierConstructorDescriptionCachingCastingEntitySupplier(PojoCaster<E> caster, PojoRuntimeIntrospector proxyIntrospector, Object potentiallyProxiedEntity)