B C D E F G H I R S T U W 

B

br.com.arsmachina.dao - package br.com.arsmachina.dao
 

C

countAll() - Method in interface br.com.arsmachina.dao.ReadableDAO
Returns the total number of objects of this class.

D

DAO<T,K extends Serializable> - Interface in br.com.arsmachina.dao
Interface that defines a read-write, generic and generified Data Access Object (DAO) for a given entity class.
delete(T) - Method in interface br.com.arsmachina.dao.WriteableDAO
Removes an object.
delete(K) - Method in interface br.com.arsmachina.dao.WriteableDAO
Removes an object given its primary key.

E

equals(Object) - Method in class br.com.arsmachina.dao.SortCriterion
 
evict(T) - Method in interface br.com.arsmachina.dao.WriteableDAO
Removes an object from the current persistence context.

F

findAll() - Method in interface br.com.arsmachina.dao.ReadableDAO
Returns the all instances of the related entity class.
findAll(int, int, SortCriterion...) - Method in interface br.com.arsmachina.dao.ReadableDAO
Returns the all instances of the related entity class, but in a paginated fashion.
findByExample(T) - Method in interface br.com.arsmachina.dao.ReadableDAO
Executes a query by example.
findById(K) - Method in interface br.com.arsmachina.dao.ReadableDAO
Returns the object with a given primary key value.
findByIds(K...) - Method in interface br.com.arsmachina.dao.ReadableDAO
Returns the objects with some given primary key values.

G

getDefaultSortCriteria() - Method in interface br.com.arsmachina.dao.ReadableDAO
Returns the default SortCriterions to be used to sort the objects lists returned by methods like findAll() and findAll(int, int, SortCriterion...) when no sort constraints are given.
getProperty() - Method in class br.com.arsmachina.dao.SortCriterion
 

H

hashCode() - Method in class br.com.arsmachina.dao.SortCriterion
 

I

isAscending() - Method in class br.com.arsmachina.dao.SortCriterion
 
isPersistent(T) - Method in interface br.com.arsmachina.dao.WriteableDAO
Tells whether a given object is already persistent or not.

R

ReadableDAO<T,K extends Serializable> - Interface in br.com.arsmachina.dao
Interface that defines a read-only, generic and generified Data Access Object (DAO) for a given entity class.
reattach(T) - Method in interface br.com.arsmachina.dao.ReadableDAO
Reattaches an object to the persistence context, if there is one.
refresh(T) - Method in interface br.com.arsmachina.dao.ReadableDAO
Refreshes an object, getting the most recent version of its data from the object store.

S

save(T) - Method in interface br.com.arsmachina.dao.WriteableDAO
Saves (inserts) an object.
SortCriterion - Class in br.com.arsmachina.dao
Used to represent a sorting criterion (constraint) to be applied to a method that returns objects.
SortCriterion(String) - Constructor for class br.com.arsmachina.dao.SortCriterion
Creates an ascending sort criterion.
SortCriterion(String, boolean) - Constructor for class br.com.arsmachina.dao.SortCriterion
Constructor that receives a property name and a sort indicator.

T

toString() - Method in class br.com.arsmachina.dao.SortCriterion
 

U

update(T) - Method in interface br.com.arsmachina.dao.WriteableDAO
Updates an object.

W

WriteableDAO<T,K extends Serializable> - Interface in br.com.arsmachina.dao
Interface that defines a read-write, generic and generified Data Access Object (DAO) for a given entity class.
B C D E F G H I R S T U W 

Copyright © 2008-2013 Ars Machina Tecnologia da Informação Ltda.. All Rights Reserved.