Uses of Class
org.apache.torque.generator.qname.QualifiedNameMap
-
Packages that use QualifiedNameMap Package Description org.apache.torque.generator.qname This package contains classes which provide the implementation of a qualified name, i.e. a name whiches lives in a hierarchical namespace.org.apache.torque.generator.variable This package contains the variable handling. -
-
Uses of QualifiedNameMap in org.apache.torque.generator.qname
Methods in org.apache.torque.generator.qname that return QualifiedNameMap Modifier and Type Method Description QualifiedNameMap<T>
QualifiedNameMap. getAllInHierarchy(Namespace namespace)
Returns all mappings which live in the given namespace.QualifiedNameMap<T>
QualifiedNameMap. getInHierarchy(Namespace namespace)
Returns all mappings which live in the given namespace. -
Uses of QualifiedNameMap in org.apache.torque.generator.variable
Methods in org.apache.torque.generator.variable that return QualifiedNameMap Modifier and Type Method Description QualifiedNameMap<Variable>
VariableStore. getContent()
Returns a map with the variables contained in this store.
-