All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.anaptecs.jeaf.serviceproviders.persistence.hibernate.test.Hibernate5JEETestApp Maven / Gradle / Ivy

There is a newer version: 1.8.0
Show newest version
/**
 * Copyright 2004 - 2020 anaptecs GmbH, Burgstr. 96, 72764 Reutlingen, Germany
 *
 * All rights reserved.
 */
package com.anaptecs.jeaf.serviceproviders.persistence.hibernate.test;

import com.anaptecs.jeaf.core.annotations.CoreConfig;
import com.anaptecs.jeaf.core.annotations.SecurityConfig;
import com.anaptecs.jeaf.core.servicechannel.ejb.impl.EJBLifecycleManager;
import com.anaptecs.jeaf.persistence.test.impl.TestTransactionListenerImpl;
import com.anaptecs.jeaf.xfun.annotations.AppInfo;
import com.anaptecs.jeaf.xfun.annotations.RuntimeInfo;
import com.anaptecs.jeaf.xfun.api.info.RuntimeEnvironment;

@AppInfo(applicationID = "Hibernate5JEETestApp", applicationName = "JEAF Hibernate 5 JEE Test App")

@RuntimeInfo(runtimeEnvironment = RuntimeEnvironment.EJB_CONTAINER)

@CoreConfig(lifecycleManager = EJBLifecycleManager.class, transactionListeners = TestTransactionListenerImpl.class)

@SecurityConfig(restrictAccessToExportedServices = false, enableSecurity = false)
public interface Hibernate5JEETestApp {
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy