Uses of Class
org.apache.cayenne.map.DbKeyGenerator
Packages that use DbKeyGenerator
Package
Description
Contains O/R mapping classes that store relational database 
metadata information and map it to Java classes.
- 
Uses of DbKeyGenerator in org.apache.cayenne.mapFields in org.apache.cayenne.map declared as DbKeyGeneratorMethods in org.apache.cayenne.map that return DbKeyGeneratorModifier and TypeMethodDescriptionDbEntity.getPrimaryKeyGenerator()Return the primary key generator for this entity.Methods in org.apache.cayenne.map with parameters of type DbKeyGeneratorModifier and TypeMethodDescriptionvoidDbEntity.setPrimaryKeyGenerator(DbKeyGenerator primaryKeyGenerator) Set the primary key generator for this entity.