Posts by farmac • 53 points
2 posts
- 
		4 votes2 answers93 viewsQ: What are pre-specified classes?Reading the wikipedia publication about POJO (Plain Old Java Objects), I came across the term pre-specified classes. I understood very superficially that perhaps these are the classes of… 
- 
		1 votes0 answers21 viewsQ: how to create a generic methodMany times I have to make a method to search in a table, for example getByCPF. I would like to make a generic method that I pass the name of the column and what I seek. getByColumn(String column,…