|
||||||||||
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 | |
---|---|
Collection |
getDbEntities()
Returns all DbEntities in the namespace. |
DbEntity |
getDbEntity(String name)
Returns DbEntity for a given name, or null if no such DbEntity is found in the MappingNamespace. |
Embeddable |
getEmbeddable(String className)
Returns an Embeddable matching class name or null if such Embeddable is not
mapped. |
EntityListener |
getEntityListener(String className)
Returns an EntityListener matching class name or null if such
EntityListener is not mapped. |
Collection |
getObjEntities()
Returns all ObjEntities in the namespace. |
ObjEntity |
getObjEntity(String name)
Returns ObjEntity for a given name, or null if no such ObjEntity is found in the MappingNamespace. |
Procedure |
getProcedure(String name)
Returns Procedure for a given name, or null if no such Procedure is found in the MappingNamespace. |
Collection |
getProcedures()
Returns all Procedures in the namespace. |
Collection |
getQueries()
Returns all Queries in the namespace. |
Query |
getQuery(String name)
Returns Query for a given name, or null if no such Query is found in the MappingNamespace. |
Method Detail |
---|
Embeddable getEmbeddable(String className)
Embeddable
matching class name or null if such Embeddable is not
mapped.
EntityListener getEntityListener(String className)
EntityListener
matching class name or null if such
EntityListener is not mapped.
DbEntity getDbEntity(String name)
ObjEntity getObjEntity(String name)
Procedure getProcedure(String name)
Query getQuery(String name)
Collection getDbEntities()
Collection getObjEntities()
Collection getProcedures()
Collection getQueries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |