0
votes
0answers
71 views
JAXB ObjectFactory doubt!
Hi.
The object Factory class of JAXB from java, does instances creation. OK.
But, is there a way to change the method creation, passing a enum parameter like:
public Country createCountry() {
…
0
votes
1answer
160 views
How to reference Spring.Net’s ObjectFactory in the config?
I would like to use prototype interceptors instead of a singleton interceptor so each session would get a new interceptor instance.
I looked into the HibernateTransactionManager Class and I think …
