Skip navigation links
B C D E G H I L M P R S T U V 

B

BASE_URI - Static variable in class examples.GreetingsMain
 

C

configure(FeatureContext) - Method in class examples.GreetingsFeature
 
create(GreetingModel) - Method in class examples.resource.CreateGreetingResource
 
CreateGreetingResource - Class in examples.resource
A resource that creates a new greeting.

D

dispose(ModelMapper) - Method in class examples.common.ModelMapperProvider
 
dispose(EntityManagerFactory) - Method in class examples.database.EntityManagerFactoryProvider
 
dispose(EntityManager) - Method in class examples.database.EntityManagerProvider
 
dispose(DataSource) - Method in class examples.database.PostgresDataSourceProvider
 
dontRollbackOn() - Method in class examples.database.transaction.TransactionalImpl
 

E

EntityManagerFactoryProvider - Class in examples.database
A factory class that provides an entity manager factory.
EntityManagerProvider - Class in examples.database
A factory that provides an entity manager.
equals(Object) - Method in class examples.resource.entity.GreetingEntity
 
equals(Object) - Method in class examples.resource.model.GreetingModel
 
examples - package examples
 
examples.common - package examples.common
 
examples.database - package examples.database
 
examples.database.transaction - package examples.database.transaction
 
examples.resource - package examples.resource
 
examples.resource.entity - package examples.resource.entity
 
examples.resource.model - package examples.resource.model
 

G

get() - Static method in class examples.database.transaction.TransactionalContext
Get the current thread local entity manager instance.
getConstructorInterceptors(Constructor<?>) - Method in class examples.database.transaction.PerTransactionInterceptionService
 
getDescriptorFilter() - Method in class examples.database.transaction.PerTransactionInterceptionService
 
getGreeting(UUID) - Method in class examples.resource.GetGreetingResource
 
GetGreetingResource - Class in examples.resource
A resource that retrieves an existing greeting.
getId() - Method in class examples.resource.entity.GreetingEntity
 
getMethodInterceptors(Method) - Method in class examples.database.transaction.PerTransactionInterceptionService
 
getPhrase() - Method in class examples.resource.entity.GreetingEntity
 
getPhrase() - Method in class examples.resource.model.GreetingModel
 
getScope() - Method in class examples.database.transaction.PerTransactionOperationContext
 
GreetingEntity - Class in examples.resource.entity
A greeting entity.
GreetingEntity() - Constructor for class examples.resource.entity.GreetingEntity
 
GreetingEntity(String) - Constructor for class examples.resource.entity.GreetingEntity
 
GreetingModel - Class in examples.resource.model
A greeting model.
GreetingModel() - Constructor for class examples.resource.model.GreetingModel
 
GreetingModel(String) - Constructor for class examples.resource.model.GreetingModel
 
GreetingsFeature - Class in examples
Discovers service descriptor files and configure and populates the service locator.
GreetingsMain - Class in examples
Greetings Main Application.
GreetingsResourceConfig - Class in examples
TODO.
GreetingsResourceConfig() - Constructor for class examples.GreetingsResourceConfig
 

H

hashCode() - Method in class examples.resource.entity.GreetingEntity
 
hashCode() - Method in class examples.resource.model.GreetingModel
 

I

INSTANCE - Static variable in class examples.database.transaction.PerTransactionImpl
 
INSTANCE - Static variable in class examples.database.transaction.TransactionalImpl
 
invoke(MethodInvocation) - Method in class examples.database.transaction.PerTransactionMethodInterceptor
 

L

listGreetings() - Method in class examples.resource.ListGreetingsResource
 
ListGreetingsResource - Class in examples.resource
A resource that retrieves all greetings.

M

main(String[]) - Static method in class examples.GreetingsMain
Main method.
ModelMapperProvider - Class in examples.common
A factory class that provides a singleton ModelMapper instance.
ModelMapperProvider() - Constructor for class examples.common.ModelMapperProvider
 

P

PerTransaction - Annotation Type in examples.database.transaction
PerTransaction is a scope that operates like PerThread scope, except it is cleaned up after a transaction is completed (committed or rolled back).
PerTransactionImpl - Class in examples.database.transaction
An implementation of the PerTransaction annotation.
PerTransactionImpl() - Constructor for class examples.database.transaction.PerTransactionImpl
 
PerTransactionInterceptionService - Class in examples.database.transaction
An HK2 interception service that configures the interception of methods annotated with Transactional annotation.
PerTransactionMethodInterceptor - Class in examples.database.transaction
A method interceptor that intercepts methods annotated with @Transactional.
PerTransactionOperationContext - Class in examples.database.transaction
An implementation of OperationContext contract for the PerTransaction scope.
PerTransactionOperationContext() - Constructor for class examples.database.transaction.PerTransactionOperationContext
 
PostgresDataSourceProvider - Class in examples.database
A factory class that provides production PostgreSQL data source.
PostgresDataSourceProvider() - Constructor for class examples.database.PostgresDataSourceProvider
 
provide() - Method in class examples.common.ModelMapperProvider
 
provide() - Method in class examples.database.EntityManagerFactoryProvider
 
provide() - Method in class examples.database.EntityManagerProvider
 
provide() - Method in class examples.database.PostgresDataSourceProvider
 

R

remove() - Static method in class examples.database.transaction.TransactionalContext
Remove the thread local entity manager.
removeGreeting(UUID) - Method in class examples.resource.RemoveGreetingResource
 
RemoveGreetingResource - Class in examples.resource
A resource that removes an existing greeting.
rollbackOn() - Method in class examples.database.transaction.TransactionalImpl
 

S

set(EntityManager) - Static method in class examples.database.transaction.TransactionalContext
Set the thread local entity manager instance.
setId(UUID) - Method in class examples.resource.entity.GreetingEntity
 
setPhrase(String) - Method in class examples.resource.entity.GreetingEntity
 
setPhrase(String) - Method in class examples.resource.model.GreetingModel
 
startServer() - Static method in class examples.GreetingsMain
Starts Grizzly HTTP server exposing JAX-RS resources defined in this application.

T

toString() - Method in class examples.resource.entity.GreetingEntity
 
toString() - Method in class examples.resource.model.GreetingModel
 
TransactionalContext - Class in examples.database.transaction
A container object for setting, getting, and removing thread local Entity Manager instance.
TransactionalImpl - Class in examples.database.transaction
An implementation of the Transactional annotation.
TransactionalImpl() - Constructor for class examples.database.transaction.TransactionalImpl
 

U

updateGreeting(UUID, GreetingModel) - Method in class examples.resource.UpdateGreetingResource
 
UpdateGreetingResource - Class in examples.resource
A resource that updates an existing greeting.

V

value() - Method in class examples.database.transaction.TransactionalImpl
 
B C D E G H I L M P R S T U V 
Skip navigation links

Copyright © 2016–2017 Sharmarke Aden. All rights reserved.