Example:
public static void main(String[] args) throws Exception { SessionFactory factory = SessionFactory.getFactory(); Session session = factory.getSession(); session.init(""); session.exit(); }@author dan.templeton@sun.com @see Session @since 0.5 @version 1.0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|