| Class and Description |
|---|
| ArrayLong |
| Class and Description |
|---|
| Startable |
| Class and Description |
|---|
| BlobFactory |
| InputStreamHolder |
| Class and Description |
|---|
| ResultListWithCount |
| Class and Description |
|---|
| ArrayLong |
| TixTemplate.TxWith |
| TixTemplate.TxWithout |
| Class and Description |
|---|
| BeanAutowirer
Permet d'injecter un bean sur l'annotation @Autowired d'une classe
Utile quand on doit autowire un Bean en dehors du contexte spring
Peut-ĂȘtre utilisĂ© soit directement (new BeanAutowirer() puis setAppContext()
Ou alors comme bean spring avec injection auto du contexte spring
Utilisation:
ba = new BeanAutowirer();
ba.setAppContext(...);
ba.autowire(myObject);
myObject.xyz();
|
| TixTemplate
Classe identique au Transactiontemplate de Spring mais permettant un traitement
de TOUTES les exceptions pas seulement les Runtime
|
Copyright © 2018 Pivotal Software, Inc.. All rights reserved.