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?
#1
#2
You can use the JPA metamodel API.
ObjectDB Support
Can you please tell me how to fetch all schema available in my database?
You can use the JPA metamodel API.