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 TypeClassDescriptionclass
Abstract representation of a ValueGenerator requiring a connection to a datastore.class
Value generator for a UUID format.class
This 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.class
Value generator for timestamps.class
Value generator for timestamp values (millisecs).class
Value generator for a String utilising the JDK UUID class (128-bit, 36 character).class
Value generator for a UUID hexadecimal format.class
Value generator for a UUID utilising the JDK UUID class (128-bit, 36 character).class
Value generator for a UUID String format.