Stream: hapi
Topic: ORM
Luis EC (Apr 02 2020 at 04:09):
I have a question
what are the names of the tables and how many tables does HAPI FHIR JPA Server 3.7.0 handle?
that's the only part that I don't understand because I don't have the ORM model.
use DbVisualizer 10.0.26 to connect me to derby but it just won't let me connect to a I don't understand what the error is
i really need to understand this part.
James Agnew (Apr 02 2020 at 09:52):
FYI 3.7.0 is quite old, you should consider upgrading.
Either way, you could always checkout the specific release tag for 3.7.0 (v3_7_0
) and search for the @Table
annotation, that would list all of the tables for that version.
Last updated: Apr 12 2022 at 19:14 UTC