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. queriesMethods in net.ontopia.persistence.proxy that return QueryDescriptor Modifier and Type Method Description QueryDescriptorQueryDeclarations. getQueryDescriptor(String name)INTERNAL: Gets the query descriptor by name.protected QueryDescriptorRDBMSStorage. getQueryDescriptor(String name)Methods in net.ontopia.persistence.proxy with parameters of type QueryDescriptor Modifier and Type Method Description voidQueryDeclarations. addQuery(QueryDescriptor qdesc)INTERNAL: Adds the query descriptor.
-