We found a bug in the enhancer with the option -s .
Given structure:
com |- btc |- |- base |- |- |- impl |- |- |- |- Entity1.class |- |- |- |- NonPersistableClass.class |- |- |- |- subpackage |- |- |- |- |- Entity2.class
... com.objectdb.Enhancer -noaware -s com.btc.base.impl.*
Entity1 and Entity2 enhanced as expected.
... com.objectdb.Enhancer -noaware -s com.btc.base.*
Entity1 and Entity2 enhanced as expected.
BUT:
... com.objectdb.Enhancer -noaware -s com.btc.*
Nothing enhanced. This we did not expected.