|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cloudgraph.rdb.service.AliasMap
public class AliasMap
Simple collection managing SQL table aliases
| Constructor Summary | |
|---|---|
AliasMap(org.plasma.sdo.PlasmaType root)
|
|
| Method Summary | |
|---|---|
String |
addAlias(org.plasma.sdo.PlasmaType type)
Adds and returns the table alias for the given type, or existing alias of already mapped |
String |
getAlias(org.plasma.sdo.PlasmaType type)
Returns the table alias for the given type |
Collection<String> |
getAliases()
Returs the alias names for this map |
Iterator<org.plasma.sdo.PlasmaType> |
getTypes()
Return the types which are keys for this map. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AliasMap(org.plasma.sdo.PlasmaType root)
| Method Detail |
|---|
public String getAlias(org.plasma.sdo.PlasmaType type)
type - the type
public Iterator<org.plasma.sdo.PlasmaType> getTypes()
public Collection<String> getAliases()
public String addAlias(org.plasma.sdo.PlasmaType type)
type - the type
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||