Interface View<NativeQueryType>
- Type Parameters:
NativeQueryType- the native query representation used by the view
- All Superinterfaces:
AtomicPattern
- All Known Implementing Classes:
ViewImpl
Represents an atomic pattern backed by a native data-source view.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the parameters used to query the underlying native view.Methods inherited from interface AtomicPattern
createQueries, getIndexablePatterns, getMandatoryPositions, getPredicate, getTermConstraint, hasAssignedMandatoryParameters
-
Method Details
-
getViewParameters
ViewParameters<NativeQueryType> getViewParameters()Returns the parameters used to query the underlying native view.- Returns:
- the view parameters
-