代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/301781/3836527
java transaction.java
//$Id: Transaction.java,v 1.6.2.1 2003/08/09 11:24:46 turin42 Exp $
package net.sf.hibernate;
/**
* Allows the application to define units of work, while
* maintaining abstraction from the underlyi
www.eeworm.com/read/292705/3949438
c transaction.c
/*
* linux/fs/transaction.c
*
* Written by Stephen C. Tweedie , 1998
*
* Copyright 1998 Red Hat corp --- All Rights Reserved
*
* This file is part of the Linux kernel and is ma
www.eeworm.com/read/291458/3966167
java transaction.java
/* Copyrights and Licenses
*
* This product includes Hypersonic SQL.
* Originally developed by Thomas Mueller and the Hypersonic SQL Group.
*
* Copyright (c) 1995-2000 by the Hypersonic SQL Grou
www.eeworm.com/read/288894/4001713
java transaction.java
//$Id: Transaction.java 9595 2006-03-10 18:14:21Z steve.ebersole@jboss.com $
package org.hibernate;
import javax.transaction.Synchronization;
/**
* Allows the application to define units of w
www.eeworm.com/read/288894/4003014
java transaction.java
//$Id: Transaction.java 6234 2005-03-29 03:07:30Z oneovthafew $
package org.hibernate.test.cut;
/**
* @author Gavin King
*/
public class Transaction {
private Long id;
private String de
www.eeworm.com/read/286813/4033419
java transaction.java
/*-
* See the file LICENSE for redistribution information.
*
* Copyright (c) 2002-2004
* Sleepycat Software. All rights reserved.
*
* $Id: Transaction.java,v 1.2 2004/04/21 01:09:10 mjc Exp $
*/
pac
www.eeworm.com/read/283110/4086406
java transaction.java
/*
* Copyright (c) 2004-2006 Marco Maccaferri and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
www.eeworm.com/read/280962/4121288
py transaction.py
import testenv; testenv.configure_for_tests()
import sys, time, threading
from sqlalchemy import *
from sqlalchemy.orm import *
from testlib import *
class TransactionTest(TestBase):
def setUpA
www.eeworm.com/read/276084/4169231
java transaction.java
package book.database;
import java.sql.Connection;
import java.sql.DatabaseMetaData;
import java.sql.SQLException;
import java.sql.Statement;
/**
* 判断数据库是否支持事务,如果支持,如何实现事务的提交与回滚。
* MySQL中
www.eeworm.com/read/270401/4239037
java transaction.java
package org.drools.benchmark.models;
import java.beans.PropertyChangeEvent;
import java.beans.PropertyChangeListener;
import java.util.ArrayList;
/**
* @author Peter Lin
*
*/
public cla