Uses of Class
net.ontopia.persistence.proxy.QueryDescriptor
-
Packages that use QueryDescriptor Package Description net.ontopia.persistence.proxy An object-relational mapping framework. -
-
Uses of QueryDescriptor in net.ontopia.persistence.proxy
Fields in net.ontopia.persistence.proxy with type parameters of type QueryDescriptor Modifier and Type Field Description protected Map<String,QueryDescriptor>
QueryDeclarations. queries
Methods in net.ontopia.persistence.proxy that return QueryDescriptor Modifier and Type Method Description QueryDescriptor
QueryDeclarations. getQueryDescriptor(String name)
INTERNAL: Gets the query descriptor by name.protected QueryDescriptor
RDBMSStorage. getQueryDescriptor(String name)
Methods in net.ontopia.persistence.proxy with parameters of type QueryDescriptor Modifier and Type Method Description void
QueryDeclarations. addQuery(QueryDescriptor qdesc)
INTERNAL: Adds the query descriptor.
-