Uses of Class
org.hibernate.search.mapper.pojo.search.definition.impl.PojoConstructorProjectionDefinition
-
Packages that use PojoConstructorProjectionDefinition Package Description org.hibernate.search.mapper.pojo.logging.impl org.hibernate.search.mapper.pojo.search.definition.binding.impl -
-
Uses of PojoConstructorProjectionDefinition in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type PojoConstructorProjectionDefinition Modifier and Type Method Description voidLog_$logger. constructorProjection(PojoRawTypeModel<?> typeModel, PojoConstructorProjectionDefinition<?> projectionDefinition)voidLog. constructorProjection(PojoRawTypeModel<?> typeModel, PojoConstructorProjectionDefinition<?> projectionDefinition) -
Uses of PojoConstructorProjectionDefinition in org.hibernate.search.mapper.pojo.search.definition.binding.impl
Methods in org.hibernate.search.mapper.pojo.search.definition.binding.impl that return PojoConstructorProjectionDefinition Modifier and Type Method Description PojoConstructorProjectionDefinition<T>ProjectionConstructorBinder. bind()
-