- get(Class<T>, Object) - Method in interface org.bridje.orm.EntityContext
-
Gets the given entity by its id.
- getCurrent() - Method in class org.bridje.orm.Paging
-
The current page in this object.
- getModel(Class<T>) - Method in interface org.bridje.orm.ORMEnvironment
-
Gets the instance of the given model for its class.
- getPage(int) - Method in class org.bridje.orm.Paging
-
Gets the page by the given value.
- getPageCount() - Method in class org.bridje.orm.Paging
-
The number of pages in this paging object.
- getPages() - Method in class org.bridje.orm.Paging
-
An array with all the page of this paging object.
- getPagesAsList() - Method in class org.bridje.orm.Paging
-
A list with all the page of this paging object.
- getPageSize() - Method in class org.bridje.orm.Paging
-
The size in records for the pages of this paging object.
- getPagesSection(int) - Method in class org.bridje.orm.Paging
-
Gets a section of the paging object.
- getPagesSectionAsList(int) - Method in class org.bridje.orm.Paging
-
Gets a section of the paging object.
- getRecordCount() - Method in class org.bridje.orm.Paging
-
The number of records for the query.
- getValue() - Method in class org.bridje.orm.Page
-
The value of the page.