Skip to content

Instantly share code, notes, and snippets.

@arnaudgeiser
Last active October 20, 2021 18:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arnaudgeiser/50a90826535c558d1b619434e3a3cfcc to your computer and use it in GitHub Desktop.
Save arnaudgeiser/50a90826535c558d1b619434e3a3cfcc to your computer and use it in GitHub Desktop.
CityMapper
❯ javap CityMapper.class
Compiled from "CityMapper.java"
public class ch.hearc.ig.guideresto.persistence.datamapper.CityMapper extends ch.hearc.ig.guideresto.persistence.datamapper.Mapper {
  public ch.hearc.ig.guideresto.persistence.datamapper.CityMapper();
  public ch.hearc.ig.guideresto.business.City researchById(java.lang.Integer);
  public java.util.Set<ch.hearc.ig.guideresto.business.City> researchAll();
  public void insert(ch.hearc.ig.guideresto.business.City);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment