001package org.tynamo.seedentity.jpa.services;
002
003public interface SeedEntity {
004 // type string, default "" (if unit name is empty us the configured persistence unit if there's only a single one)
005 public static final String PERSISTENCEUNIT = "seedentity.persistenceunit";
006}