Skip navigation links
B C D E F G H I M N O P R S T 

B

build() - Method in interface org.bridje.orm.EnvironmentBuilder
Builds the ORMEnvironment.

C

clear(Class<T>) - Method in interface org.bridje.orm.EntityContext
Remove all stored entities of the given class.
clear() - Method in interface org.bridje.orm.EntityContext
Remove all stored entities.
contains(Class<T>, Object) - Method in interface org.bridje.orm.EntityContext
Determines if this context contains the given entity.
createEnvironment() - Method in interface org.bridje.orm.ORMService
Creates a new ORMEnvironment builder.

D

doWith(ThlsAction<T>) - Method in interface org.bridje.orm.ORMEnvironment
Performs the given ThlsAction with this environment in the current thread local storage.
doWithEx(ThlsActionException<T, E>) - Method in interface org.bridje.orm.ORMEnvironment
Performs the given ThlsAction with this environment in the current thread local storage.
doWithEx2(ThlsActionException2<T, E, E2>) - Method in interface org.bridje.orm.ORMEnvironment
Performs the given ThlsAction with this environment in the current thread local storage.

E

EntityContext - Interface in org.bridje.orm
Context where entities are keep.
EntityValueFinder - Interface in org.bridje.orm
Used to find a value out of other value for a field in an entity.
EnvironmentBuilder - Interface in org.bridje.orm
Builder for ORM environments.
equals(Object) - Method in class org.bridje.orm.Page
 

F

find(Object) - Method in interface org.bridje.orm.EntityValueFinder
Finds the required value out of the given one.
fromString(String) - Static method in class org.bridje.orm.Page
Create a page out of the value.
fromString(String) - Static method in class org.bridje.orm.Paging
Create a paging object out of it string representation.

G

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.

H

hashCode() - Method in class org.bridje.orm.Page
 

I

isFirst() - Method in class org.bridje.orm.Paging
Determines if the current page is the first page of this object.
isLast() - Method in class org.bridje.orm.Paging
Determines if the current page is the last page of this object.

M

model(Class<?>, SQLEnvironment) - Method in interface org.bridje.orm.EnvironmentBuilder
Adds a new model class with it SQLEnvironment to this builder.
model(Class<?>, DataSource) - Method in interface org.bridje.orm.EnvironmentBuilder
Adds a new model class with it SQLEnvironment to this builder.
model(Class<?>, Connection) - Method in interface org.bridje.orm.EnvironmentBuilder
Adds a new model class with it SQLEnvironment to this builder.
model(Class<?>, String) - Method in interface org.bridje.orm.EnvironmentBuilder
Adds a new model class with it SQLEnvironment to this builder.
modelBySchema(Class<?>, String) - Method in interface org.bridje.orm.EnvironmentBuilder
Adds a new model class with it SQLEnvironment to this builder.

N

next() - Method in class org.bridje.orm.Paging
Move this object to the next page.

O

of(int) - Static method in class org.bridje.orm.Page
Create a page out of the value.
of(int, int) - Static method in class org.bridje.orm.Paging
Creates a paging object out of the number of records and the size of the pages.
of(int, int, int) - Static method in class org.bridje.orm.Paging
Creates a paging object out of the number of records, the size of the pages, and the current page.
org.bridje.orm - package org.bridje.orm
 
org.bridje.orm.impl - package org.bridje.orm.impl
 
ORMEnvironment - Interface in org.bridje.orm
The work environment for the ORM API.
ORMService - Interface in org.bridje.orm
THe service for the ORM API.

P

Page - Class in org.bridje.orm
Represent a page in a paging object.
Paging - Class in org.bridje.orm
An object holding the paging information for a query.
prev() - Method in class org.bridje.orm.Paging
Move this object to the previous page.
put(Object, T) - Method in interface org.bridje.orm.EntityContext
Adds the given entity to the context.

R

remove(Class<T>, Object) - Method in interface org.bridje.orm.EntityContext
Remove the given entity.

S

setCurrent(Page) - Method in class org.bridje.orm.Paging
The current page in this object.
setCurrent(int) - Method in class org.bridje.orm.Paging
The current page in this object.

T

toLimit() - Method in class org.bridje.orm.Paging
Creates a new SQL Limit object out of this paging object.
toString() - Method in class org.bridje.orm.Page
 
toString() - Method in class org.bridje.orm.Paging
 
B C D E F G H I M N O P R S T 
Skip navigation links

Copyright © 2015–2018 Bridje Framework. All rights reserved.