| Yes, but BytecodeProvider itself is resolved statically. See org.hibernate.cfg.Environment#BYTECODE_PROVIDER_INSTANCE. So effectively, atm, one can only chose a BytecodeProvider via:
- System property
- `/hibernate.properties`
So having a static config setting for BytecodeProvider is perfectly reasonable. |