uk.ac.soton.itinnovation.grid.service.sla.bizfacade
Annotation Type Sessioned


public @interface Sessioned

Sessioned.java A method using this annotation will have an open hibernate session available to it. Either a new session will be created and then closed at the end, or an existing session will be used (and not closed). The method should maange its own transactions.



Copyright © 2001-2008 University of Southampton IT Innovation Centre. All Rights Reserved.