A B C D E F G H I J K L N O P Q R S T U V W _ 

A

AccessControl - Annotation Type in org.iternine.jeppetto.dao.annotation
 
AccessControlContext - Interface in org.iternine.jeppetto.dao
 
AccessControlContextProvider - Interface in org.iternine.jeppetto.dao
 
AccessControlDAO<T,ID> - Interface in org.iternine.jeppetto.dao
 
AccessControlException - Exception in org.iternine.jeppetto.dao
 
AccessControlException() - Constructor for exception org.iternine.jeppetto.dao.AccessControlException
 
AccessControlException(String) - Constructor for exception org.iternine.jeppetto.dao.AccessControlException
 
AccessControlException(Throwable) - Constructor for exception org.iternine.jeppetto.dao.AccessControlException
 
AccessControlException(String, Throwable) - Constructor for exception org.iternine.jeppetto.dao.AccessControlException
 
Accessor - Annotation Type in org.iternine.jeppetto.dao.annotation
 
Accessor.Type - Enum in org.iternine.jeppetto.dao.annotation
 
AccessType - Enum in org.iternine.jeppetto.dao
 
add(int, Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
add(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
add(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
add(int, Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
addAll(int, Collection) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
addAll(Collection) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
addAll(Collection) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
addAll(int, Collection) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
addAssociationCondition(String, Condition) - Method in class org.iternine.jeppetto.dao.QueryModel
 
addCondition(Condition) - Method in class org.iternine.jeppetto.dao.QueryModel
 
addRole(String) - Method in class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
addSort(SortDirection, String) - Method in class org.iternine.jeppetto.dao.QueryModel
 
allows(AccessType) - Method in enum org.iternine.jeppetto.dao.AccessType
 
Association - Annotation Type in org.iternine.jeppetto.dao.annotation
 

B

buildCondition(String, ConditionType, Iterator) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Construct a Condition object given the passed in arguments.
buildDAO(Class<T>, Class<I>, Class<? extends QueryModelDAO<T, ID>>, Map<String, Object>) - Static method in class org.iternine.jeppetto.dao.DAOBuilder
 
buildDAO(Class<T>, Class<I>, Class<? extends QueryModelDAO<T, ID>>, Map<String, Object>, AccessControlContextProvider) - Static method in class org.iternine.jeppetto.dao.DAOBuilder
 
buildProjection(String, ProjectionType, Iterator) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Construct a Projection object given the passed in arguments.

C

clear() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
clear() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
clear() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
clear() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
Condition - Annotation Type in org.iternine.jeppetto.dao.annotation
 
Condition - Class in org.iternine.jeppetto.dao
 
Condition() - Constructor for class org.iternine.jeppetto.dao.Condition
 
Condition(String, Object) - Constructor for class org.iternine.jeppetto.dao.Condition
 
ConditionType - Enum in org.iternine.jeppetto.dao
 
contains(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
contains(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
containsAll(Collection) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
containsAll(Collection) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
containsKey(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
containsKey(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
containsValue(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
containsValue(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
Creator - Annotation Type in org.iternine.jeppetto.dao.annotation
 
Creator.Type - Enum in org.iternine.jeppetto.dao.annotation
 

D

DAOBuilder - Class in org.iternine.jeppetto.dao
 
DAOBuilder() - Constructor for class org.iternine.jeppetto.dao.DAOBuilder
 
DataAccessMethod - Annotation Type in org.iternine.jeppetto.dao.annotation
 
delete(T) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Delete the specified object from the persistent store.
deleteById(ID) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Delete an object from the persistent store based on the id.
deleteByIds(ID...) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Delete objects from the persistent store based on the passed in id values.
deleteUsingQueryModel(QueryModel) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Delete objects of type T that correspond to the QueryModel.

E

EntityVelocityEnhancer<T> - Class in org.iternine.jeppetto.dao
 
EntityVelocityEnhancer(Class<T>) - Constructor for class org.iternine.jeppetto.dao.EntityVelocityEnhancer
 
entrySet() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
entrySet() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
equals(Object) - Method in class org.iternine.jeppetto.dao.Condition
 
equals(Object) - Method in class org.iternine.jeppetto.dao.Pair
 
equals(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
equals(Object) - Method in class org.iternine.jeppetto.dao.Projection
 
equals(Object) - Method in class org.iternine.jeppetto.dao.QueryModel
 
equals(Object) - Method in class org.iternine.jeppetto.dao.Sort
 

F

FailedBatchException - Exception in org.iternine.jeppetto.dao
 
FailedBatchException(String, List<?>, Map<?, ? extends Throwable>) - Constructor for exception org.iternine.jeppetto.dao.FailedBatchException
 
findAll() - Method in interface org.iternine.jeppetto.dao.GenericDAO
Find all objects of type T.
findById(ID) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Find an object T with the specified id.
findByIds(ID...) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Find objects of type T with the specified ids.
findUniqueUsingQueryModel(QueryModel) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Find an object T that satisfies the QueryModel.
findUsingQueryModel(QueryModel) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Find objects of type T that correspond to the QueryModel.
flush() - Method in interface org.iternine.jeppetto.dao.GenericDAO
If the implementation supports lazy writes, manually flush changes to the external database

G

generateId() - Method in interface org.iternine.jeppetto.dao.id.IdGenerator
 
generateId() - Method in class org.iternine.jeppetto.dao.id.PairGenerator
 
generateId() - Method in class org.iternine.jeppetto.dao.id.UUIDGenerator
 
GenericDAO<T,ID> - Interface in org.iternine.jeppetto.dao
A GenericDAO is the root interface for DAOs that fit within the Jeppetto framework.
get(int) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
get(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
get(int) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
get(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
getAccessControlContext() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getAccessControlContextProvider() - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 
getAccessId() - Method in interface org.iternine.jeppetto.dao.AccessControlContext
 
getAccessId() - Method in class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
getAccessTypeFromShortName(String) - Static method in enum org.iternine.jeppetto.dao.AccessType
 
getAdderField(String) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
getAdditionalContextItems() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectVelocityEnhancer
 
getAdds() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
getAssociationConditions() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getConditions() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getConstraint() - Method in class org.iternine.jeppetto.dao.Condition
 
getCurrent() - Method in interface org.iternine.jeppetto.dao.AccessControlContextProvider
 
getCurrent() - Method in class org.iternine.jeppetto.dao.SettableAccessControlContextProvider
 
getDetails() - Method in class org.iternine.jeppetto.dao.Projection
 
getEnhancerMethod() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
getFailed() - Method in exception org.iternine.jeppetto.dao.FailedBatchException
 
getField() - Method in class org.iternine.jeppetto.dao.Condition
 
getField() - Method in class org.iternine.jeppetto.dao.Projection
 
getField() - Method in class org.iternine.jeppetto.dao.Sort
 
getFirst() - Method in class org.iternine.jeppetto.dao.Pair
 
getFirstIdGenerator() - Method in class org.iternine.jeppetto.dao.id.PairGenerator
 
getFirstResult() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getGrantedAccesses(ID) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 
getGrantedAccesses(ID, AccessControlContext) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 
getIncrement() - Method in class org.iternine.jeppetto.dao.updateobject.NumericIncrement
 
getListIndexFormat() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
getMaxResults() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getProjection() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getResultFromUpdate() - Method in interface org.iternine.jeppetto.dao.UpdateBehaviorDescriptor
 
getRoles() - Method in interface org.iternine.jeppetto.dao.AccessControlContext
 
getRoles() - Method in class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
getSecond() - Method in class org.iternine.jeppetto.dao.Pair
 
getSecondIdGenerator() - Method in class org.iternine.jeppetto.dao.id.PairGenerator
 
getSortDirection() - Method in class org.iternine.jeppetto.dao.Sort
 
getSorts() - Method in class org.iternine.jeppetto.dao.QueryModel
 
getSucceeded() - Method in exception org.iternine.jeppetto.dao.FailedBatchException
 
getUpdateObject() - Method in interface org.iternine.jeppetto.dao.GenericDAO
Get an object that can be used to capture a set of changes to be applied to one ore more persisted objects.
grantAccess(ID, String, AccessType) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 
grantAccess(ID, String, AccessType, AccessControlContext) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 

H

hashCode() - Method in class org.iternine.jeppetto.dao.Condition
 
hashCode() - Method in class org.iternine.jeppetto.dao.Pair
 
hashCode() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
hashCode() - Method in class org.iternine.jeppetto.dao.Projection
 
hashCode() - Method in class org.iternine.jeppetto.dao.QueryModel
 
hashCode() - Method in class org.iternine.jeppetto.dao.Sort
 

I

IdGenerator<ID> - Interface in org.iternine.jeppetto.dao.id
 
indexOf(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
indexOf(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
isAssignableFromList(Class) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
isAssignableFromMap(Class) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
isAssignableFromSet(Class) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
isEmpty() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
isEmpty() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
isEmpty() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
isEmpty() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
isRewrite() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
iterator() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
iterator() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 

J

JeppettoException - Exception in org.iternine.jeppetto.dao
 
JeppettoException() - Constructor for exception org.iternine.jeppetto.dao.JeppettoException
 
JeppettoException(String) - Constructor for exception org.iternine.jeppetto.dao.JeppettoException
 
JeppettoException(Throwable) - Constructor for exception org.iternine.jeppetto.dao.JeppettoException
 
JeppettoException(String, Throwable) - Constructor for exception org.iternine.jeppetto.dao.JeppettoException
 

K

keySet() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
keySet() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 

L

lastIndexOf(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
lastIndexOf(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
listIterator() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
listIterator(int) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
listIterator() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
listIterator(int) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 

N

needsUpdateObjectConversion(Class) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
NoSuchItemException - Exception in org.iternine.jeppetto.dao
 
NoSuchItemException() - Constructor for exception org.iternine.jeppetto.dao.NoSuchItemException
 
NoSuchItemException(String) - Constructor for exception org.iternine.jeppetto.dao.NoSuchItemException
 
NoSuchItemException(String, String) - Constructor for exception org.iternine.jeppetto.dao.NoSuchItemException
Return an exception which says that no item of type itemType with identifier 'identifier' was found.
NumericIncrement - Class in org.iternine.jeppetto.dao.updateobject
 
NumericIncrement(Number) - Constructor for class org.iternine.jeppetto.dao.updateobject.NumericIncrement
 

O

OperationType - Enum in org.iternine.jeppetto.dao
 
OptimisticLockException - Exception in org.iternine.jeppetto.dao
 
OptimisticLockException() - Constructor for exception org.iternine.jeppetto.dao.OptimisticLockException
 
OptimisticLockException(String) - Constructor for exception org.iternine.jeppetto.dao.OptimisticLockException
 
OptimisticLockException(Throwable) - Constructor for exception org.iternine.jeppetto.dao.OptimisticLockException
 
OptimisticLockException(String, Throwable) - Constructor for exception org.iternine.jeppetto.dao.OptimisticLockException
 
org.iternine.jeppetto.dao - package org.iternine.jeppetto.dao
 
org.iternine.jeppetto.dao.annotation - package org.iternine.jeppetto.dao.annotation
 
org.iternine.jeppetto.dao.id - package org.iternine.jeppetto.dao.id
 
org.iternine.jeppetto.dao.persistable - package org.iternine.jeppetto.dao.persistable
 
org.iternine.jeppetto.dao.updateobject - package org.iternine.jeppetto.dao.updateobject
 

P

Pair<T1,T2> - Class in org.iternine.jeppetto.dao
 
Pair() - Constructor for class org.iternine.jeppetto.dao.Pair
 
Pair(T1, T2) - Constructor for class org.iternine.jeppetto.dao.Pair
 
PairGenerator<T1,T2> - Class in org.iternine.jeppetto.dao.id
 
PairGenerator() - Constructor for class org.iternine.jeppetto.dao.id.PairGenerator
 
Persistable - Interface in org.iternine.jeppetto.dao.persistable
 
PersistableList - Class in org.iternine.jeppetto.dao.persistable
 
PersistableList() - Constructor for class org.iternine.jeppetto.dao.persistable.PersistableList
Default constructor that uses an ArrayList as the delegate and expects no non-Jeppetto access.
PersistableList(int) - Constructor for class org.iternine.jeppetto.dao.persistable.PersistableList
Constructor that uses an ArrayList with an initial capacity as the delegate and expects no non-Jeppetto access.
PersistableList(List, boolean) - Constructor for class org.iternine.jeppetto.dao.persistable.PersistableList
Constructor that takes is passed the delegate list along w/ an indication as to whether the delegate is modifiable by code outside of Jeppetto.
PersistableMap - Class in org.iternine.jeppetto.dao.persistable
 
PersistableMap() - Constructor for class org.iternine.jeppetto.dao.persistable.PersistableMap
 
PersistableMap(int) - Constructor for class org.iternine.jeppetto.dao.persistable.PersistableMap
 
PersistableMap(Map<String, Object>) - Constructor for class org.iternine.jeppetto.dao.persistable.PersistableMap
 
Projection - Annotation Type in org.iternine.jeppetto.dao.annotation
 
Projection - Class in org.iternine.jeppetto.dao
 
Projection() - Constructor for class org.iternine.jeppetto.dao.Projection
 
Projection(String, Object) - Constructor for class org.iternine.jeppetto.dao.Projection
 
ProjectionType - Enum in org.iternine.jeppetto.dao
 
projectUsingQueryModel(QueryModel) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Use the QueryModel to narrow a set of results, then perform the specified projection.
put(String, Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
put(String, Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
putAll(Map<? extends String, ?>) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
putAll(Map<? extends String, ?>) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 

Q

QueryModel - Class in org.iternine.jeppetto.dao
 
QueryModel() - Constructor for class org.iternine.jeppetto.dao.QueryModel
 
QueryModelDAO<T,ID> - Interface in org.iternine.jeppetto.dao
The QueryModelDAO interface defines an extension to the GenericDAO functionality that offers significantly more richness around the representation of queries to retrieve a specific object or a list of zero or more items that match the given QueryModel.

R

remove(int) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
remove(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
remove(Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
remove(int) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
remove(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
remove(Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
removeAll(Collection) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
removeAll(Collection) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
ResultFromUpdate - Enum in org.iternine.jeppetto.dao
 
retainAll(Collection) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
retainAll(Collection) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
revokeAccess(ID, String) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 
revokeAccess(ID, String, AccessControlContext) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 

S

save(T, AccessControlContext) - Method in interface org.iternine.jeppetto.dao.AccessControlDAO
 
save(T) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Call save to insert a new object into the persistent store or update a preexisting object that has been modified.
set(int, Object) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
set(int, Object) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
setAccessControlContext(AccessControlContext) - Method in class org.iternine.jeppetto.dao.QueryModel
 
setAccessId(String) - Method in class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
setAssociationConditions(Map<String, List<Condition>>) - Method in class org.iternine.jeppetto.dao.QueryModel
 
setConditions(List<Condition>) - Method in class org.iternine.jeppetto.dao.QueryModel
 
setConstraint(Object) - Method in class org.iternine.jeppetto.dao.Condition
 
setCurrent(AccessControlContext) - Method in class org.iternine.jeppetto.dao.SettableAccessControlContextProvider
 
setDetails(Object) - Method in class org.iternine.jeppetto.dao.Projection
 
setField(String) - Method in class org.iternine.jeppetto.dao.Condition
 
setField(String) - Method in class org.iternine.jeppetto.dao.Projection
 
setField(String) - Method in class org.iternine.jeppetto.dao.Sort
 
setFirst(T1) - Method in class org.iternine.jeppetto.dao.Pair
 
setFirstIdGenerator(IdGenerator<T1>) - Method in class org.iternine.jeppetto.dao.id.PairGenerator
 
setFirstResult(int) - Method in class org.iternine.jeppetto.dao.QueryModel
 
setMaxResults(int) - Method in class org.iternine.jeppetto.dao.QueryModel
 
setProjection(Projection) - Method in class org.iternine.jeppetto.dao.QueryModel
 
setRoles(Set<String>) - Method in class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
setSecond(T2) - Method in class org.iternine.jeppetto.dao.Pair
 
setSecondIdGenerator(IdGenerator<T2>) - Method in class org.iternine.jeppetto.dao.id.PairGenerator
 
setSortDirection(SortDirection) - Method in class org.iternine.jeppetto.dao.Sort
 
setSorts(List<Sort>) - Method in class org.iternine.jeppetto.dao.QueryModel
 
SettableAccessControlContextProvider - Class in org.iternine.jeppetto.dao
 
SettableAccessControlContextProvider() - Constructor for class org.iternine.jeppetto.dao.SettableAccessControlContextProvider
 
shortName() - Method in enum org.iternine.jeppetto.dao.AccessType
 
shouldEnhanceMethod(CtMethod) - Method in class org.iternine.jeppetto.dao.EntityVelocityEnhancer
 
shouldEnhanceMethod(CtMethod) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateObjectVelocityEnhancer
 
SimpleAccessControlContext - Class in org.iternine.jeppetto.dao
 
SimpleAccessControlContext() - Constructor for class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
SimpleAccessControlContext(String) - Constructor for class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
SimpleAccessControlContext(Set<String>) - Constructor for class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
SimpleAccessControlContext(String, Set<String>) - Constructor for class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
size() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
size() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
size() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
size() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
Sort - Annotation Type in org.iternine.jeppetto.dao.annotation
 
Sort - Class in org.iternine.jeppetto.dao
 
Sort(String, SortDirection) - Constructor for class org.iternine.jeppetto.dao.Sort
 
SortDirection - Enum in org.iternine.jeppetto.dao
 
subList(int, int) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
subList(int, int) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 

T

toArray() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
toArray(Object[]) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
toArray() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
toArray(Object[]) - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
TooManyItemsException - Exception in org.iternine.jeppetto.dao
 
TooManyItemsException() - Constructor for exception org.iternine.jeppetto.dao.TooManyItemsException
 
TooManyItemsException(String) - Constructor for exception org.iternine.jeppetto.dao.TooManyItemsException
 
TooManyItemsException(String, String) - Constructor for exception org.iternine.jeppetto.dao.TooManyItemsException
Return an exception which says that more than one item of type itemType with identifier 'identifier' was found.
toString() - Method in class org.iternine.jeppetto.dao.Condition
 
toString() - Method in class org.iternine.jeppetto.dao.Pair
 
toString() - Method in class org.iternine.jeppetto.dao.Projection
 
toString() - Method in class org.iternine.jeppetto.dao.QueryModel
 
toString() - Method in class org.iternine.jeppetto.dao.SimpleAccessControlContext
 
toString() - Method in class org.iternine.jeppetto.dao.Sort
 
Transient - Annotation Type in org.iternine.jeppetto.dao.annotation
 

U

UpdateBehaviorDescriptor - Interface in org.iternine.jeppetto.dao
 
updateById(U, ID) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Apply the set of changes described in the update object to the persisted item with the specified id.
updateByIds(U, ID...) - Method in interface org.iternine.jeppetto.dao.GenericDAO
Apply the set of changes described in the update object to persisted items with the specified ids.
UpdateList - Class in org.iternine.jeppetto.dao.updateobject
 
UpdateList(String) - Constructor for class org.iternine.jeppetto.dao.updateobject.UpdateList
 
UpdateMap - Class in org.iternine.jeppetto.dao.updateobject
 
UpdateMap() - Constructor for class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
UpdateObject - Interface in org.iternine.jeppetto.dao.updateobject
 
UpdateObjectHelper - Class in org.iternine.jeppetto.dao.updateobject
 
UpdateObjectHelper() - Constructor for class org.iternine.jeppetto.dao.updateobject.UpdateObjectHelper
 
UpdateObjectVelocityEnhancer<T> - Class in org.iternine.jeppetto.dao.updateobject
 
UpdateObjectVelocityEnhancer(Class<T>) - Constructor for class org.iternine.jeppetto.dao.updateobject.UpdateObjectVelocityEnhancer
 
updateUniqueUsingQueryModel(U, QueryModel) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Apply the set of changes described in the update object to a single persisted item that match the specified QueryModel.
updateUsingQueryModel(U, QueryModel) - Method in interface org.iternine.jeppetto.dao.QueryModelDAO
Apply the set of changes described in the update object to persisted items that match the specified QueryModel.
UUIDGenerator - Class in org.iternine.jeppetto.dao.id
 
UUIDGenerator() - Constructor for class org.iternine.jeppetto.dao.id.UUIDGenerator
 

V

valueOf(String) - Static method in enum org.iternine.jeppetto.dao.AccessType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.annotation.Accessor.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.annotation.Creator.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.ConditionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.OperationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.ProjectionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.ResultFromUpdate
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.iternine.jeppetto.dao.SortDirection
Returns the enum constant of this type with the specified name.
values() - Static method in enum org.iternine.jeppetto.dao.AccessType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iternine.jeppetto.dao.annotation.Accessor.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iternine.jeppetto.dao.annotation.Creator.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iternine.jeppetto.dao.ConditionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iternine.jeppetto.dao.OperationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
values() - Static method in enum org.iternine.jeppetto.dao.ProjectionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iternine.jeppetto.dao.ResultFromUpdate
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.iternine.jeppetto.dao.SortDirection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 

W

wasCleared() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
wasCleared() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 

_

__getDelegate() - Method in interface org.iternine.jeppetto.dao.persistable.Persistable
 
__getDelegate() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
__getDelegate() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
__getDirtyFields() - Method in interface org.iternine.jeppetto.dao.persistable.Persistable
 
__getDirtyFields() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
__getDirtyFields() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
__getUpdates() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateList
 
__getUpdates() - Method in class org.iternine.jeppetto.dao.updateobject.UpdateMap
 
__getUpdates() - Method in interface org.iternine.jeppetto.dao.updateobject.UpdateObject
 
__isDirty() - Method in interface org.iternine.jeppetto.dao.persistable.Persistable
 
__isDirty() - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
__isDirty() - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
__isPersisted(String) - Method in interface org.iternine.jeppetto.dao.persistable.Persistable
 
__isPersisted(String) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
__isPersisted(String) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
__markPersisted(String) - Method in interface org.iternine.jeppetto.dao.persistable.Persistable
Consider the current state of the object to be in sync with the persisted state.
__markPersisted(String) - Method in class org.iternine.jeppetto.dao.persistable.PersistableList
 
__markPersisted(String) - Method in class org.iternine.jeppetto.dao.persistable.PersistableMap
 
A B C D E F G H I J K L N O P Q R S T U V W _ 

Copyright © 2014. All Rights Reserved.