google / google/guice

guice-persist - bound Properties improovement

Open
#695 3 comments 0 reactions 0 assignees View on GitHub
Component-Persist enhancement imported
Dominant language
Java
Stars
12.7k
Forks
1.7k
Avg merge
11m
Merged PRs (30d)
2

Description

_From [raimondas.valickas](https://code.google.com/u/raimondas.valickas/) on March 27, 2012 11:22:35_

Add support for named properties in JpaPesistModule, as JpaPersistModule#properties() method requires Properties class instance. In most cases, Properties instance is already bound to some kind of annotation or name, however, it cannot be accessed until injector is fully created.

for example new JpaPersistModule("jpa").properties(Names.named("configuration"))

(... or allow the developers to bound properties by themselves by un-protecting Jpa annotation, as it was in warp-persist).

_Original issue: http://code.google.com/p/google-guice/issues/detail?id=695_

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.