コード例 #1
0
 public void given(Builder<?>... builders) throws Exception {
   database.persist(builders);
 }
コード例 #2
0
 public <T> void given(T... entities) throws Exception {
   database.persist(entities);
 }