Uses of Class
org.hibernate.search.mapper.pojo.model.spi.PojoConstructorIdentifier
-
Packages that use PojoConstructorIdentifier Package Description org.hibernate.search.mapper.pojo.model.path.spi org.hibernate.search.mapper.pojo.search.definition.impl -
-
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 PojoConstructorIdentifier Constructor Description ProjectionConstructorPath(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 PojoConstructorIdentifier Constructor Description PojoConstructorProjectionDefinition(PojoConstructorIdentifier constructor, ValueCreateHandle<? extends T> valueCreateHandle, List<BeanHolder<? extends ProjectionDefinition<?>>> parameters)
-