com.anaptecs.jeaf.junit.impl.persistence.JUnitPersistenceUnit Maven / Gradle / Ivy
The newest version!
package com.anaptecs.jeaf.junit.impl.persistence;
import com.anaptecs.jeaf.junit.impl.domain.Mappings;
import com.anaptecs.jeaf.spi.persistence.annotations.PersistenceUnit;
/**
* Persistence unit contains persistent classes of the following packages:
*
* - com.anaptecs.jeaf.junit.impl.domain
*
*/
@PersistenceUnit(
name = "JUnitPersistenceUnit",
mappingFilesDefinition = { Mappings.class },
showSQL = "{jeaf.persistence.showSQL}",
formatSQL = "false")
public interface JUnitPersistenceUnit {
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy