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

com.mysema.rdfbean.object.SessionContext Maven / Gradle / Ivy

The newest version!
/*
 * Copyright (c) 2010 Mysema Ltd.
 * All rights reserved.
 * 
 */
package com.mysema.rdfbean.object;

import javax.annotation.Nullable;

/**
 * SessionContext provides thread bound Session access functionality
 * 
 * @author tiwe
 * @version $Id$
 */
public interface SessionContext {

    /**
     * 
     * @return
     */
    @Nullable
    Session getCurrentSession();

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy