代码搜索:Transaction

找到约 6,361 项符合「Transaction」的源代码

代码结果 6,361
www.eeworm.com/read/410516/2207127

java transaction.java

/* * Created on Jul 19, 2006 10:16:26 PM * Copyright (C) 2006 Aelitis, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of t
www.eeworm.com/read/409809/2229271

java transaction.java

/* * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2
www.eeworm.com/read/405479/2289633

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 description
www.eeworm.com/read/405479/2290085

java transaction.java

/* * Hibernate, Relational Persistence for Idiomatic Java * * Copyright (c) 2008, Red Hat Middleware LLC or third-party contributors as * indicated by the @author tags or express copyright attribu
www.eeworm.com/read/400166/2355409

java transaction.java

package com.laoniu.common.transaction; public interface Transaction { void beginTransaction(); void commit(); void rollback(); }
www.eeworm.com/read/396547/2414349

java transaction.java

package com.web.common.transaction; public interface Transaction { void beginTransaction(); void commit(); void rollback(); }
www.eeworm.com/read/389693/2539918

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/387578/2558973

java transaction.java

/* * Created on Jul 19, 2006 10:16:26 PM * Copyright (C) 2006 Aelitis, All Rights Reserved. * * This program is free software; you can redistribute it and/or * modify it under the terms of t
www.eeworm.com/read/386522/2570825

java transaction.java

package com.briup.transaction; public interface Transaction { void beginTransaction(); void commit(); void rollback(); }
www.eeworm.com/read/384760/2597979

java transaction.java

/*- * See the file LICENSE for redistribution information. * * Copyright (c) 2002-2006 * Oracle Corporation. All rights reserved. * * $Id: Transaction.java,v 12.4 2006/08/24 14:46:09 bostic Exp