| java.lang.Object org.compass.gps.device.jdbc.ResultSetResourceMappingResolver
ResultSetResourceMappingResolver | public ResultSetResourceMappingResolver(ResultSetToResourceMapping mapping, DataSource dataSource)(Code) | | Creates a new mapping builder, using the mapping and the data source.
Parameters: mapping - The mapping that will be used to generate compass mappingdefinition. |
getAllMetaData | public String getAllMetaData()(Code) | | Returns the all meta data name that will be used in the compass mapping.
Optional, defaults to not be added to the compass mapping definitions.
|
getAllTermVector | public Property.TermVector getAllTermVector()(Code) | | Returns the term vector setting for the all property. Optional, defaults
to not be added to the compass mapping definitions.
|
getDataSource | public DataSource getDataSource()(Code) | | Returns the jdbc data source.
|
getSubIndex | public String getSubIndex()(Code) | | Returns the subIndex that the Resource (alias) will be
mapped to. Optional - null value means no subIndex part in the compass
mapping definition.
|
isAll | public boolean isAll()(Code) | | Returns the all option of the compass mapping (if the all property will
be saved or not). Optional, defaults to true .
|
setAll | public void setAll(boolean all)(Code) | | Sets the all option of the compass mapping (if the all property will be
saved or not). Optional, defaults to true .
|
setAllMetaData | public void setAllMetaData(String allMetaData)(Code) | | Sets the all meta data name that will be used in the compass mapping.
Optional, defaults to not be added to the compass mapping definitions.
|
setAllTermVector | public void setAllTermVector(Property.TermVector allTermVector)(Code) | | Sets the term vector setting for the all property. Optional, defaults to
not be added to the compass mapping definitions.
|
setAllTermVectorString | public void setAllTermVectorString(String allTermVector)(Code) | | Sets the term vector setting (as a parsable string) for the all property.
Optional, defaults to not be added to the compass mapping definitions.
|
setDataSource | public void setDataSource(DataSource dataSource)(Code) | | Sets the jdbc data source.
|
setSubIndex | public void setSubIndex(String subIndex)(Code) | | Sets the subIndex that the Resource (alias) will be mapped
to. Optional - null value means no subIndex part in the compass mapping
definition.
|
|
|