private void genBdbIsPriKeyFieldNullOrZero() {
MethodVisitor mv = cv.visitMethod
(ACC_PUBLIC, "bdbIsPriKeyFieldNullOrZero", "()Z", null, null);
mv.visitCode();
if (priKeyField != null) {
mv.visitVarInsn(ALOAD, 0);
mv.visitFieldInsn
(GETFIELD, className, priKeyField.name,
priKeyField.type.getDescriptor());
Label l0 = new Label();
if (isRefType(priKeyField.type)) {