Interface QueryKey
- 
- All Known Implementing Classes:
 QueryKeyImpl
public interface QueryKeyIdentity of a query to replace SNode argument inGeneratorQueryProvidermethods. SNode is not appropriate for use ofGeneratorQueryProviderfrom generated code. Although it's not a big deal for local/same generator queries, where direct method call is possible, it might come handy if I change generated templates to reuse query instances. Another benefit is thatQueryKeywould hide implementation detail (like node.getNodeId().toString) from generated code.- Since:
 - 3.4
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SNodeReferencegetTemplateNode() 
 - 
 
- 
- 
Method Detail
- 
getTemplateNode
@Nullable SNodeReference getTemplateNode()
- Returns:
 - presumably, an identity of a query host handy to identify problems
 
 
 - 
 
 -