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