Hello, I have a session factory(AnnotationSessionFactoryBean) how can i modify the annotation @GeneratedValue( generator = "something_seq", strategy = GenerationType.AUTO ) from all casses after i loaded the classes in the session factory. If i can't ..... how can i modify the annotation when i load the classes in the session factory? (I know that i can't modify the annotation at runtime....but i am thinking that i can jump over it when i am setting the annotationConfiguration or something like that any ideea.)
Last edited by _MiLi_ on Fri Mar 12, 2010 8:32 am, edited 1 time in total.
|