代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/321884/13393826
java seeddatabase.java
// 厂商实现的PersistenceManagerFactory
import com.solarmetric.kodo.impl.jdbc.JDBCPersistenceManagerFactory;
import javax.jdo.PersistenceManager;
import javax.jdo.Transaction;
public class SeedDatabase
www.eeworm.com/read/145188/5747201
java receiveintxbean.java
//声明这个类属于包examples.jta.jmsjdbc
package examples.jta.jmsjdbc;
//声明这个引入的其他类
//jdbc类
import java.sql.Connection;
import java.sql.Statement;
import java.sql.PreparedStatement;
import java.sql.SQLEx
www.eeworm.com/read/145188/5747306
java queuereceiveintx.java
//声明这个类定义在包examples.jms.queue中
package examples.jms.queue;
//声明这个类引入的其它类和包
import java.io.*;
import java.util.*;
import javax.transaction.*;
import javax.naming.*;
import javax.jms.*;
/**
www.eeworm.com/read/143603/5756404
h osip.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003,2004 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistr
www.eeworm.com/read/142083/5766137
h osip.h
/*
The oSIP library implements the Session Initiation Protocol (SIP -rfc3261-)
Copyright (C) 2001,2002,2003,2004 Aymeric MOIZARD jack@atosc.org
This library is free software; you can redistr
www.eeworm.com/read/113176/6135795
java transactionfactory.java
//$Id: TransactionFactory.java,v 1.4 2003/04/25 03:40:36 oneovthafew Exp $
package net.sf.hibernate.transaction;
import java.util.Properties;
import net.sf.hibernate.HibernateException;
import net.s
www.eeworm.com/read/113176/6136035
java transactionexception.java
//$Id: TransactionException.java,v 1.5 2003/04/25 03:40:30 oneovthafew Exp $
package net.sf.hibernate;
/**
* Indicates that a transaction could not be begun, committed
* or rolled back.
*
* @see
www.eeworm.com/read/479166/6700152
cpp atm.cpp
// ATM.cpp
// Member-function definitions for class ATM.
#include "ATM.h" // ATM class definition
#include "Transaction.h" // Transaction class definition
#include "BalanceInquiry.h" // BalanceInq