Example #1
0
 public ActiveQueryRelations queryRelations(final CardDescriptor descriptor) {
   return new ActiveQueryRelations(this, descriptor.getClassName(), descriptor.getId());
 }
Example #2
0
 public ExistingCard existingCard(final CardDescriptor descriptor) {
   return new ExistingCard(this, descriptor.getClassName(), descriptor.getId());
 }