Uses of Class
org.datanucleus.store.valuegenerator.AUIDGenerator.AUID
Packages that use AUIDGenerator.AUID
-
Uses of AUIDGenerator.AUID in org.datanucleus.store.valuegenerator
Methods in org.datanucleus.store.valuegenerator that return AUIDGenerator.AUIDModifier and TypeMethodDescriptionstatic AUIDGenerator.AUIDAUIDGenerator.AUID.parse(CharSequence auid) Parse a String representation of an AUID.static AUIDGenerator.AUIDParse a String representation of an AUID.Constructors in org.datanucleus.store.valuegenerator with parameters of type AUIDGenerator.AUIDModifierConstructorDescriptionprotectedAUID(AUIDGenerator.AUID auid) Constructs an AUID with the same values as the specified AUID.