Can you please tell me how to fetch all schema available in my database?
What is the query to fetch all schema list of my database?
You can use the JPA metamodel API.
ObjectDB - Fast Object Database for Java (JPA/JDO)
Can you please tell me how to fetch all schema available in my database?
You can use the JPA metamodel API.