Status: New
Owner: ----
New issue 695 by [email protected]: guice-persist - bound Properties
improovement
http://code.google.com/p/google-guice/issues/detail?id=695
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).
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.