|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Metamodel
Represents the metamodel for all persistent entities of a particular endpoint managed by Pimento.
| Method Summary | |
|---|---|
Entity |
forClass(Class<?> type)
Returns the entity metamodel for the specified persistent type. |
Entity |
forHandle(int handle)
Returns the entity metamodel for the specified type handle. |
Collection<Entity> |
getEntities()
Return all entity metamodels managed by this instance. |
| Method Detail |
|---|
Entity forClass(Class<?> type)
type - the persistent type to retrieve the metamodel for
Entity forHandle(int handle)
handle - the type handle to retrieve the metamodel for
Collection<Entity> getEntities()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||