Interface EntityResultSegment
- All Known Implementing Classes:
DefaultEntityResultSegment
-
Method Summary
Modifier and TypeMethodDescriptionintReturns a zero-based column index of the first column of this segment in the ResultSet.getColumnPath(String resultSetLabel) Performs a reverse lookup of the column path for a given ResultSet label.Returns a map of ResultSet labels keyed by column paths.
-
Method Details
-
getClassDescriptor
ClassDescriptor getClassDescriptor() -
getFields
-
getColumnPath
-
getColumnOffset
int getColumnOffset()Returns a zero-based column index of the first column of this segment in the ResultSet.
-