Uses of Class
org.hibernate.search.mapper.pojo.model.path.spi.ProjectionConstructorPath
-
-
Uses of ProjectionConstructorPath in org.hibernate.search.mapper.pojo.logging.impl
Methods in org.hibernate.search.mapper.pojo.logging.impl with parameters of type ProjectionConstructorPath Modifier and Type Method Description ConstructorProjectionApplicationExceptionLog_$logger. errorApplyingProjectionConstructor(String causeMessage, Exception cause, ProjectionConstructorPath path)ConstructorProjectionApplicationExceptionLog. errorApplyingProjectionConstructor(String causeMessage, Exception cause, ProjectionConstructorPath path) -
Uses of ProjectionConstructorPath in org.hibernate.search.mapper.pojo.model.path.spi
Constructors in org.hibernate.search.mapper.pojo.model.path.spi with parameters of type ProjectionConstructorPath Constructor Description ProjectionConstructorPath(PojoConstructorIdentifier constructor, ProjectionConstructorPath child, int childPosition) -
Uses of ProjectionConstructorPath in org.hibernate.search.mapper.pojo.search.definition.impl
Methods in org.hibernate.search.mapper.pojo.search.definition.impl that return ProjectionConstructorPath Modifier and Type Method Description ProjectionConstructorPathConstructorProjectionApplicationException. projectionConstructorPath()Constructors in org.hibernate.search.mapper.pojo.search.definition.impl with parameters of type ProjectionConstructorPath Constructor Description ConstructorProjectionApplicationException(String message, Throwable cause, ProjectionConstructorPath projectionConstructorPath)
-