I have the following problem. I assign any object in my database to a UUID. When I get the UUID from any source, to get the object, I need to know what type of object, so I can query the correct table in the database. As far as I understand, UUID version 5 supports the namespace, but I'm not sure that I clearly understand its meaning.
Can I associate UUID information about their namespace with a view to recover it later?
source
share