|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface MappingNamespace
Defines API of a container of DbEntities, ObjEntities, Procedures, Queries and other mapping objects.
Method Summary | |
---|---|
java.util.Collection |
getDbEntities()
Returns all DbEntities in the namespace. |
DbEntity |
getDbEntity(java.lang.String name)
Returns DbEntity for a given name, or null if no such DbEntity is found in the MappingNamespace. |
java.util.Collection |
getObjEntities()
Returns all ObjEntities in the namespace. |
ObjEntity |
getObjEntity(java.lang.String name)
Returns ObjEntity for a given name, or null if no such ObjEntity is found in the MappingNamespace. |
Procedure |
getProcedure(java.lang.String name)
Returns Procedure for a given name, or null if no such Procedure is found in the MappingNamespace. |
java.util.Collection |
getProcedures()
Returns all Procedures in the namespace. |
java.util.Collection |
getQueries()
Returns all Queries in the namespace. |
Query |
getQuery(java.lang.String name)
Returns Query for a given name, or null if no such Query is found in the MappingNamespace. |
Method Detail |
---|
DbEntity getDbEntity(java.lang.String name)
ObjEntity getObjEntity(java.lang.String name)
Procedure getProcedure(java.lang.String name)
Query getQuery(java.lang.String name)
java.util.Collection getDbEntities()
java.util.Collection getObjEntities()
java.util.Collection getProcedures()
java.util.Collection getQueries()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |