net.sourceforge.ccxjc.it.model.prot.indexed.novalueclass.persistence.orm
Interface SqlResultSetMapping
- All Known Implementing Classes:
- SqlResultSetMappingImpl
public interface SqlResultSetMapping
getEntityResult
EntityResult[] getEntityResult()
- Returns:
- array of
EntityResult
getEntityResult
EntityResult getEntityResult(int idx)
- Returns:
- one of
EntityResult
getEntityResultLength
int getEntityResultLength()
setEntityResult
void setEntityResult(EntityResult[] values)
- Parameters:
values - allowed objects are
EntityResult
setEntityResult
EntityResult setEntityResult(int idx,
EntityResult value)
- Parameters:
value - allowed object is
EntityResult
getColumnResult
ColumnResult[] getColumnResult()
- Returns:
- array of
ColumnResult
getColumnResult
ColumnResult getColumnResult(int idx)
- Returns:
- one of
ColumnResult
getColumnResultLength
int getColumnResultLength()
setColumnResult
void setColumnResult(ColumnResult[] values)
- Parameters:
values - allowed objects are
ColumnResult
setColumnResult
ColumnResult setColumnResult(int idx,
ColumnResult value)
- Parameters:
value - allowed object is
ColumnResult
getName
String getName()
- Gets the value of the name property.
- Returns:
- possible object is
String
setName
void setName(String value)
- Sets the value of the name property.
- Parameters:
value - allowed object is
String
Copyright © 2009 The CC-XJC Community. All Rights Reserved.