Class NullPrimaryKey


  • public class NullPrimaryKey
    extends PrimaryKey
    Primary key for tables which do not have a primary key.

    New key values are generated "from thin air" and are not persistent.

    Author:
    Justin Deoliveira, The Open Planning Project
    • Constructor Detail

      • NullPrimaryKey

        public NullPrimaryKey​(String tableName)