JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.hibernate.search.query.engine.spi
Interface TupleTransformer
@Deprecated
public interface
TupleTransformer
Deprecated.
This class will be removed without replacement. Use actual API instead.
Method Summary
All Methods
Instance Methods
Abstract Methods
Deprecated Methods
Modifier and Type
Method
Description
Object
transform
(
Object
[] tuple,
String
[] projectedFields)
Deprecated.
Method Details
transform
Object
transform
(
Object
[] tuple,
String
[] projectedFields)
Deprecated.