A B C G H I J O S 

A

AbstractDataSourceFactory<T extends DataSource> - Class in org.resthub.jpa.pool
Common abstract factory for dataSource creation

This factory allows to create directly a DataSource instance from a set of configuration properties.

AbstractDataSourceFactory() - Constructor for class org.resthub.jpa.pool.AbstractDataSourceFactory
 

B

BoneCPDataSourceFactory - Class in org.resthub.jpa.pool
This factory allows to create directly a BoneCPDataSource instance from a set of configuration properties.
BoneCPDataSourceFactory() - Constructor for class org.resthub.jpa.pool.BoneCPDataSourceFactory
 

C

callConstructor(Class<? extends T>, Properties) - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
Perform call to the DataSource constructor.
callConstructor(Class, Properties) - Method in class org.resthub.jpa.pool.BoneCPDataSourceFactory
Initialize a new BoneCPDataSource instance with given configuration properties
callConstructor(Class, Properties) - Method in class org.resthub.jpa.pool.HikariCPDataSourceFactory
Initialize a new HikariDataSource instance with given configuration properties
create(Class<? extends T>, Properties) - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
 
create(Properties) - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
Create new instance of DataSource fully configured with properties.

G

getDsClass() - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
 

H

handleCustomException(Exception, WebRequest) - Method in class org.resthub.jpa.JpaHandlerExceptionHandler
 
HikariCPDataSourceFactory - Class in org.resthub.jpa.pool
This factory allows to create directly a HikariDataSource instance from a set of configuration properties.
HikariCPDataSourceFactory() - Constructor for class org.resthub.jpa.pool.HikariCPDataSourceFactory
 

I

instantiateDataSource(Properties) - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
Instantiate a concrete dataSource instance depending on the property value
isResolvedProperty(Properties, String) - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
Check if a property has been resolved. i.e. the property does not contain the special spring placeholder resolver character '$').

J

JpaHandlerExceptionHandler - Class in org.resthub.jpa
Spring MVC exception handler user to map JPA related exception to HTTP error codes.
JpaHandlerExceptionHandler() - Constructor for class org.resthub.jpa.JpaHandlerExceptionHandler
 

O

org.resthub.jpa - package org.resthub.jpa
JPA database support
org.resthub.jpa.pool - package org.resthub.jpa.pool
 

S

setDsClass(Class<? extends T>) - Method in class org.resthub.jpa.pool.AbstractDataSourceFactory
 
A B C G H I J O S 

Copyright © 2009-2014. All Rights Reserved.