代码搜索:Transaction
找到约 6,361 项符合「Transaction」的源代码
代码结果 6,361
www.eeworm.com/read/449675/1674457
java transaction.java
/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/
package ActiveObject.core;
import ActiveObject.vo.ObjectInfo;
import ActiveObject.exception.*;
imp
www.eeworm.com/read/449063/1681867
c transaction.c
/* ============================================================================
Project Name : jayaCard
Module Name : proto/bios/fs/transaction.c
Version : $Id: transaction.c,v 1.18 2004/01/
www.eeworm.com/read/441733/1768825
java transaction.java
package tarena.entity;
/**
* Transaction generated by MyEclipse Persistence Tools
*/
public class Transaction implements java.io.Serializable {
// Fields
private Integer id;
priv
www.eeworm.com/read/440906/1783952
java transaction.java
/* Transaction.java --
Copyright (C) 2001, 2002 Free Software Foundation, Inc.
This file is part of GNU Classpath.
GNU Classpath is free software; you can redistribute it and/or modify
it under
www.eeworm.com/read/440882/1787301
java transaction.java
package com.common;
public interface Transaction {
void beginTransaction();
void commit();
void rollback();
}
www.eeworm.com/read/439082/1819462
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/436162/1851978
java transaction.java
// ========================================================================
// $Id: Transaction.java 3680 2008-09-21 10:37:13Z janb $
// Copyright 2006 Mort Bay Consulting Pty. Ltd.
// ---------------
www.eeworm.com/read/435712/1860895
java transaction.java
/*
* Copyright 2004 Clinton Begin
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain
www.eeworm.com/read/430518/1928372
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/428382/1960472
java transaction.java
package com.mvc.common.transaction;
public interface Transaction {
void beginTransaction();
void commit();
void rollback();
}