Skip to content

Get by id

Eduardo William Karpinski Priester edited this page Oct 1, 2021 · 1 revision
public static void main(String[] args) {
	MyEntity entity = new HCFConnection<>(MyEntity.class).getById(150);
	System.out.println(entity);
}
Clone this wiki locally