Hi all,
I've got a situation, I'm using annotations, and I want to make configurable the property "schema" of the @Table annotation, 'cause I've got different schemas that change between deveploment and production enviroments, so the only way to solve this kind of problem, is making it configurable by properties file, or maybe by parameterizing it, or something, am I wrong ? (the other way is renaming our schema to the one used in the production enviroment) so, is it possible ??? how ???
I was lookig for any ideas, or solutions, but I couldn't find anything ... :(
Any idea or somewhere where I can find something similar is welcome !!
Thanks in advance !!
|