Package org.neo4j.ogm.result.adapter
Interface ResultAdapter<F,T>
- All Known Implementing Classes:
GraphModelAdapter,GraphRowModelAdapter,RestModelAdapter,RowModelAdapter
public interface ResultAdapter<F,T>
This adapter interface should be implemented by all drivers
- Author:
- Vince Bickers, Michael J. Simons
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic booleandescribesGeneratedNode(String resultKey) Helper method that checks whether the given result key ("column name") describes a node generated by pattern comprehension.
-
Field Details
-
PATTERN_COMPREHENSION_PATTERN
-
-
Method Details
-
describesGeneratedNode
Helper method that checks whether the given result key ("column name") describes a node generated by pattern comprehension.- Parameters:
resultKey-- Returns:
- True, if the result key describes a node generated by pattern comprehension
-
adapt
-