Package | Description |
---|---|
com.caucho.amber.cfg | |
com.caucho.amber.manager |
Modifier and Type | Method and Description |
---|---|
SqlResultSetMappingConfig |
EntityConfig.getSqlResultSetMapping() |
SqlResultSetMappingConfig |
EntityMappingsConfig.getSqlResultSetMapping(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.util.HashMap<java.lang.String,SqlResultSetMappingConfig> |
EntityMappingsConfig.getSqlResultSetMappingMap() |
Modifier and Type | Method and Description |
---|---|
void |
EntityMappingsConfig.addSqlResultSetMapping(SqlResultSetMappingConfig sqlResultSetMapping) |
void |
EntityConfig.setSqlResultSetMapping(SqlResultSetMappingConfig sqlResultSetMapping) |
Modifier and Type | Method and Description |
---|---|
SqlResultSetMappingConfig |
AmberPersistenceUnit.getSqlResultSetMapping(java.lang.String resultSetName)
Returns the sql result set mapping.
|
Modifier and Type | Method and Description |
---|---|
void |
AmberPersistenceUnit.addSqlResultSetMapping(java.lang.String resultSetName,
SqlResultSetMappingConfig resultSet)
Adds a sql result set mapping.
|
protected void |
QueryImpl.setSqlResultSetMapping(SqlResultSetMappingConfig map)
Sets the sql result set mapping for native queries.
|