Package org.apache.cayenne.map
Class DefaultEntityResultSegment
java.lang.Object
org.apache.cayenne.map.DefaultEntityResultSegment
- All Implemented Interfaces:
EntityResultSegment
- Since:
- 3.0
-
Constructor Summary
ConstructorDescriptionDefaultEntityResultSegment
(ClassDescriptor classDescriptor, Map<String, String> fields, int offset) -
Method Summary
Modifier and TypeMethodDescriptionint
Returns 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.
-
Constructor Details
-
DefaultEntityResultSegment
public DefaultEntityResultSegment(ClassDescriptor classDescriptor, Map<String, String> fields, int offset)
-
-
Method Details
-
getClassDescriptor
- Specified by:
getClassDescriptor
in interfaceEntityResultSegment
-
getFields
Description copied from interface:EntityResultSegment
Returns a map of ResultSet labels keyed by column paths. Note that ordering of fields in the returned map is generally undefined and should not be relied upon when processing query result sets.- Specified by:
getFields
in interfaceEntityResultSegment
-
getColumnOffset
public int getColumnOffset()Description copied from interface:EntityResultSegment
Returns a zero-based column index of the first column of this segment in the ResultSet.- Specified by:
getColumnOffset
in interfaceEntityResultSegment
-
getColumnPath
Description copied from interface:EntityResultSegment
Performs a reverse lookup of the column path for a given ResultSet label.- Specified by:
getColumnPath
in interfaceEntityResultSegment
-