I was going through Id generation section of the Hibernate reference guide and "java persistence with Hibernate"
There are quite a few options available with Hibernate and JPA combined.
I was looking for a further documentation on how to choose …
I'd like to get an id unique to a computer with Java, on Windows, MacOS and, if possible, Linux. It could be a disk UUID, motherboard S/N...
Runtime.getRuntime().exec can be used (it is not an applet).
Ideas?