/** Return the encrypt key for the column matching this property. */
 public EncryptKey getEncryptKey() {
   return descriptor.getEncryptKey(this);
 }