|
||||||||||
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<DbEntity> |
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. |
Collection<ObjEntity> |
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<Procedure> |
getProcedures()
Returns all Procedures in the namespace. |
Collection<Query> |
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.
DbEntity getDbEntity(String name)
ObjEntity getObjEntity(String name)
Procedure getProcedure(String name)
Query getQuery(String name)
Collection<DbEntity> getDbEntities()
Collection<ObjEntity> getObjEntities()
Collection<Procedure> getProcedures()
Collection<Query> getQueries()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |