|
||||||||||
| 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 | |
|---|---|
java.lang.String |
addAlias(org.plasma.sdo.PlasmaType type)
Adds and returns the table alias for the given type, or existing alias of already mapped |
java.lang.String |
getAlias(org.plasma.sdo.PlasmaType type)
Returns the table alias for the given type |
java.util.Collection<java.lang.String> |
getAliases()
Returs the alias names for this map |
java.util.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 java.lang.String getAlias(org.plasma.sdo.PlasmaType type)
type - the type
public java.util.Iterator<org.plasma.sdo.PlasmaType> getTypes()
public java.util.Collection<java.lang.String> getAliases()
public java.lang.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 | |||||||||