public interface EntityResultSegment
EntityResult descriptor.| Modifier and Type | Method and Description | 
|---|---|
| ClassDescriptor | getClassDescriptor() | 
| int | getColumnOffset()Returns a zero-based column index of the first column of this segment in the
 ResultSet. | 
| String | getColumnPath(String resultSetLabel)Performs a reverse lookup of the column path for a given ResultSet label. | 
| Map<String,String> | getFields()Returns a map of ResultSet labels keyed by column paths. | 
ClassDescriptor getClassDescriptor()
Map<String,String> getFields()
String getColumnPath(String resultSetLabel)
int getColumnOffset()
Copyright © 2001–2023 Apache Cayenne. All rights reserved.