package com.github.marschall.threeten.jpa.jdbc42.hibernate;
public final class Constants {
private Constants() {
throw new AssertionError("not instantiable");
}
public static final String PERSISTENCE_UNIT_NAME = "persistence.unit.name";
}