systemd supports both .mount units in all the usual places and /etc/fstab entries (for which transient .mount units will be generated automatically in the background).
e.g., you can do the following to see all the mount units and where they come from:
systemctl list-units "*.mount"
and then look at individual units with systemctl show UNIT_NAME
or systemctl cat UNIT_NAME