Hello,
we are evaluating berkeley DB Java to replace our file based storage and have the following questions
- Does berkeley db support Pattern class from java.util.regex package ?
We have a persistent class with Pattern object which when being loaded into the entity store is resulting in the below exception
Exception: java.lang.IllegalArgumentException: Class could not be loaded or is not persistent: java.util.regex.Pattern - Is there a way to avoid the default constructor requirement in each Persistent class?
- Are there any restrictions on the type of java classes supported by BK DB?
can someone help me with above questions ?
Thanks,
Neel