Hi dr_pompeii,
you are right, without some background information it is not clear what i i want to do, as you said it is confuse. ;)
Well, i want to create a central service layer for easy...
Type: Posts; User: thieste; Keyword(s):
Hi dr_pompeii,
you are right, without some background information it is not clear what i i want to do, as you said it is confuse. ;)
Well, i want to create a central service layer for easy...
Hi,
how can i inject a TransactionManager to a Repository created in a "Standalone Way"
RepositoryFactorySupport factory = … // Instantiate factory here
UserRepository repository =...
Hi everybody,
I currently use spring-data-jpa 1.0.3. I defined some Repositories and let them create using
<jpa:repositories
base-package="dummy.access.repository"...