Uses of Class
org.datanucleus.store.valuegenerator.AUIDGenerator.AUID
-
Packages that use AUIDGenerator.AUID Package Description org.datanucleus.store.valuegenerator Value Generation. -
-
Uses of AUIDGenerator.AUID in org.datanucleus.store.valuegenerator
Methods in org.datanucleus.store.valuegenerator that return AUIDGenerator.AUID Modifier and Type Method Description static AUIDGenerator.AUID
AUIDGenerator.AUID. parse(java.lang.CharSequence auid)
Parse a String representation of an AUID.static AUIDGenerator.AUID
AUIDGenerator.AUID. parse(java.lang.String auid)
Parse a String representation of an AUID.Constructors in org.datanucleus.store.valuegenerator with parameters of type AUIDGenerator.AUID Constructor Description AUID(AUIDGenerator.AUID auid)
Constructs an AUID with the same values as the specified AUID.
-