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

org.nakedobjects.metamodel.commons.component.TransactionScopedComponent Maven / Gradle / Ivy

The newest version!
package org.nakedobjects.metamodel.commons.component;

/**
 * Indicate that the implementing component is scoped at the transaction level (within a single session).
 * 
 * 

* Unlike {@link ApplicationScopedComponent} and {@link SessionScopedComponent} there are not lifecycle * (initialization/shutdown) methods here. That is, this is strictly a marker interface. * *

* Analogous to Hibernate's Transaction. * * @see ApplicationScopedComponent * @see SessionScopedComponent */ public interface TransactionScopedComponent extends Component { } // Copyright (c) Naked Objects Group Ltd.





© 2015 - 2024 Weber Informatics LLC | Privacy Policy