Uses of Class
org.hibernate.search.mapper.pojo.model.spi.PojoConstructorIdentifier
Packages that use PojoConstructorIdentifier
Package
Description
-
Uses of PojoConstructorIdentifier in org.hibernate.search.mapper.pojo.model.path.spi
Constructors in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type PojoConstructorIdentifierModifierConstructorDescriptionProjectionConstructorPath(PojoConstructorIdentifier constructor) ProjectionConstructorPath(PojoConstructorIdentifier constructor, ProjectionConstructorPath child, int childPosition) -
Uses of PojoConstructorIdentifier in org.hibernate.search.mapper.pojo.search.definition.impl
Constructors in org.hibernate.search.mapper.pojo.search.definition.impl with parameters of type PojoConstructorIdentifierModifierConstructorDescriptionPojoConstructorProjectionDefinition(PojoConstructorIdentifier constructor, ValueCreateHandle<? extends T> valueCreateHandle, List<BeanHolder<? extends ProjectionDefinition<?>>> parameters)