You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

H2Deployment.java 180B

12345
  1. import java.util.List;
  2. public class H2Deployment {
  3. public static H2Deployment instance() { return new H2Deployment(); }
  4. List<String> getPartitionOrder(Class c) { return null;}
  5. }