Skip navigation links
A B C D E F G H I J L M N O R S T U V 

A

add(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
add(T) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Add an element
addOption(char, String, String, boolean) - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
addOption(ConfigurationOption) - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
addOption(Character, String, String, boolean, String, int, boolean, boolean, char, String) - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
AllSpecification<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
AllSpecification() - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.AllSpecification
 
and(S) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification
 
AndSpecification<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
AndSpecification(JPASpecification<T>, JPASpecification<T>) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.AndSpecification
 
areValuesOptional - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 

B

br.pucrio.tecgraf.soma.serviceapi - package br.pucrio.tecgraf.soma.serviceapi
 
br.pucrio.tecgraf.soma.serviceapi.configuration - package br.pucrio.tecgraf.soma.serviceapi.configuration
 
br.pucrio.tecgraf.soma.serviceapi.persistence.repository - package br.pucrio.tecgraf.soma.serviceapi.persistence.repository
 
br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl - package br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl
 
br.pucrio.tecgraf.soma.serviceapi.persistence.specification - package br.pucrio.tecgraf.soma.serviceapi.persistence.specification
 
br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl - package br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork - package br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork
 
br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl - package br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl
 
br.pucrio.tecgraf.soma.serviceapi.util - package br.pucrio.tecgraf.soma.serviceapi.util
 
build(List<ConfigurationOption>, String[], boolean) - Static method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
build(ServiceConfiguration, String[], boolean) - Static method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
buildHibernateSessionFactory() - Method in class br.pucrio.tecgraf.soma.serviceapi.ServiceContext
 
buildRSQLParser() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.RSQLSpecification
 

C

cancel() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
Mark the current resource transaction so that the only possible outcome of the transaction is for the transaction to be rolled back.
cancel() - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.UnitOfWork
 
close() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
 
close() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.ScopedJPAUnitOfWork
 
ConfigurationOption - Class in br.pucrio.tecgraf.soma.serviceapi.configuration
 
ConfigurationOption(char, String, String, boolean, String, int, boolean, boolean, String) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
configure(FlushModeType, SynchronizationType, Map<?, ?>) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
 
count(JPASpecification<T>) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
count(W) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Count elements that matches a given specification

D

DEFAULT_VALUE_SEPARATOR - Static variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
defaultValue - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
description - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 

E

end() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
Commit the current resource transaction, writing any unflushed changes to the database.
end() - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.UnitOfWork
 

F

finalize() - Method in class br.pucrio.tecgraf.soma.serviceapi.ServiceContext
 
find(JPASpecification<T>, Sort...) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
find(JPASpecification<T>, Integer, Sort...) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
find(JPASpecification<T>, Integer, Integer, Sort...) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
find(W, Sort...) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Get elements that matches a given specification
find(W, Integer, Sort...) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Get elements that matches a given specification
find(W, Integer, Integer, Sort...) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Get elements that matches a given specification
first(JPASpecification<T>, Sort...) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
first(W, Sort...) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Get the first element that matches a given specification

G

Generics - Class in br.pucrio.tecgraf.soma.serviceapi.util
 
GenericSpecification<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
GenericSpecification(Class<T>, String, GenericSpecification.ComparisonOperator, Object) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.GenericSpecification
 
GenericSpecification.ComparisonOperator - Enum in br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
getAttribute() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Sort
 
getDefaultValue() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
getDescription() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
getEntityManager() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
getEntityManager() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
 
getEntityManagerFactory() - Method in class br.pucrio.tecgraf.soma.serviceapi.ServiceContext
 
getLongName() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
getNumberOfValues() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
getShortName() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
getType() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
getTypeParameter(Class<?>) - Static method in class br.pucrio.tecgraf.soma.serviceapi.util.Generics
Finds the type parameter for the given class.
getTypeParameter(Class<?>, Class<? super T>) - Static method in class br.pucrio.tecgraf.soma.serviceapi.util.Generics
Finds the type parameter for the given class which is assignable to the bound class.
getValue(String) - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
getValueName() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 

H

hasOption(String) - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
hasValue - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
HELP_SHORT_NAME - Static variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 

I

isAreValuesOptional() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
isAscending() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Sort
 
isHasValue() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
isRequired() - Method in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
isSatisfiedBy(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.AllSpecification
 
isSatisfiedBy(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.AndSpecification
 
isSatisfiedBy(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.GenericSpecification
 
isSatisfiedBy(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.OrSpecification
 
isSatisfiedBy(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.RSQLSpecification
 
isSatisfiedBy(T) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.specification.Specification
 

J

JPARepository<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl
 
JPARepository() - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
JPASpecification<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.specification
 
JPASpecification() - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification
 
JPAUnitOfWork - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl
 
JPAUnitOfWork(EntityManagerFactory) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
 

L

longName - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 

M

main(String[]) - Static method in class br.pucrio.tecgraf.soma.serviceapi.Mainasd
 
Mainasd - Class in br.pucrio.tecgraf.soma.serviceapi
 
Mainasd() - Constructor for class br.pucrio.tecgraf.soma.serviceapi.Mainasd
 

N

numberOfValues - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 

O

or(S) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification
 
OrSpecification<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
OrSpecification(JPASpecification<T>, JPASpecification<T>) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.OrSpecification
 

R

remove(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
remove(T) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Removes element
Repository<T,W extends Specification<T>> - Interface in br.pucrio.tecgraf.soma.serviceapi.persistence.repository
 
required - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
RSQLSpecification<T> - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl
 
RSQLSpecification(String, EntityManager) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.RSQLSpecification
 

S

ScopedJPAUnitOfWork - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl
 
ScopedJPAUnitOfWork(EntityManagerFactory) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.ScopedJPAUnitOfWork
 
ServiceConfiguration - Class in br.pucrio.tecgraf.soma.serviceapi.configuration
 
ServiceConfiguration() - Constructor for class br.pucrio.tecgraf.soma.serviceapi.configuration.ServiceConfiguration
 
ServiceContext - Class in br.pucrio.tecgraf.soma.serviceapi
 
ServiceContext(Properties, String, String...) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.ServiceContext
 
shortName - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
Sort - Class in br.pucrio.tecgraf.soma.serviceapi.persistence.repository
 
Sort(String, boolean) - Constructor for class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Sort
 
Specification<T> - Interface in br.pucrio.tecgraf.soma.serviceapi.persistence.specification
 
start() - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.impl.JPAUnitOfWork
 
start() - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork.UnitOfWork
 

T

toPredicate(Root<T>, CriteriaBuilder) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.AllSpecification
 
toPredicate(Root<T>, CriteriaBuilder) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.AndSpecification
 
toPredicate(Root<T>, CriteriaBuilder) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.GenericSpecification
 
toPredicate(Root<T>, CriteriaBuilder) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.OrSpecification
 
toPredicate(Root<T>, CriteriaBuilder) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.RSQLSpecification
 
toPredicate(Root<T>, CriteriaBuilder) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.specification.JPASpecification
 

U

UnitOfWork - Interface in br.pucrio.tecgraf.soma.serviceapi.persistence.unitofwork
 
update(T) - Method in class br.pucrio.tecgraf.soma.serviceapi.persistence.repository.impl.JPARepository
 
update(T) - Method in interface br.pucrio.tecgraf.soma.serviceapi.persistence.repository.Repository
Updates element

V

valueName - Variable in class br.pucrio.tecgraf.soma.serviceapi.configuration.ConfigurationOption
 
valueOf(String) - Static method in enum br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.GenericSpecification.ComparisonOperator
Returns the enum constant of this type with the specified name.
values() - Static method in enum br.pucrio.tecgraf.soma.serviceapi.persistence.specification.impl.GenericSpecification.ComparisonOperator
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E F G H I J L M N O R S T U V 
Skip navigation links

Copyright © 2019. All rights reserved.