Uses of Class
org.datanucleus.store.valuegenerator.AbstractGenerator
Packages that use AbstractGenerator
-
Uses of AbstractGenerator in org.datanucleus.store.valuegenerator
Subclasses of AbstractGenerator in org.datanucleus.store.valuegeneratorModifier and TypeClassDescriptionclassAbstract representation of a ValueGenerator requiring a connection to a datastore.classValue generator for a UUID format.classThis generator uses a Java implementation of DCE UUIDs to create unique identifiers without the overhead of additional database transactions or even an open database connection.classValue generator for timestamps.classValue generator for timestamp values (millisecs).classValue generator for a String utilising the JDK UUID class (128-bit, 36 character).classValue generator for a UUID hexadecimal format.classValue generator for a UUID utilising the JDK UUID class (128-bit, 36 character).classValue generator for a UUID String format.