Package org.infinispan.query
Annotation Type Transformable
Annotate objects to convert them to keys that Infinispan can index.
You need to annotate custom types only.
- Since:
- 4.0
- Author:
- Manik Surtani
-
Optional Element Summary
-
Element Details
-
transformer
Class<? extends Transformer> transformerTheTransformer
to use. Please specify your custom transformer instead of relying on the default one which is slow.- Default:
- org.infinispan.query.impl.DefaultTransformer.class
-