代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/103451/6215516
cpp persistent.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........: 960328
// Description...:
// Revisions.....:
//=========================
www.eeworm.com/read/249894/12463153
cs persistent.cs
namespace Perst
{
using System;
using System.Runtime.InteropServices;
using System.Diagnostics;
#if !COMPACT_NET_FRAMEWORK
using System.ComponentModel;
#endif
///
www.eeworm.com/read/16782/688893
class persistent.class
www.eeworm.com/read/16782/688894
java persistent.java
import java.lang.annotation.*;
/**
* Description:
* Copyright (C), 2005-2008, Yeeku.H.Lee
* This program is protected by copyright laws.
* Program Name:
* Date:
* @a
www.eeworm.com/read/492368/1176089
java persistent.java
//$Id: Persistent.java,v 1.1.2.1 2003/10/28 10:44:51 oneovthafew Exp $
package org.hibernate.auction;
/**
* @author Gavin King
*/
public class Persistent {
private Long id;
public Long ge
www.eeworm.com/read/483551/1277495
java persistent.java
//$Id: Persistent.java,v 1.1.2.1 2003/10/28 10:44:51 oneovthafew Exp $
package org.hibernate.auction;
/**
* @author Gavin King
*/
public class Persistent {
private Long id;
public Long ge
www.eeworm.com/read/466839/1509133
java persistent.java
//$Id: Persistent.java,v 1.1.2.1 2003/10/28 10:44:51 oneovthafew Exp $
package org.hibernate.auction;
/**
* @author Gavin King
*/
public class Persistent {
private Long id;
public Long ge
www.eeworm.com/read/454495/1629886
java persistent.java
package GradeManagement;
public interface Persistent{
public abstract boolean readRecord();
public abstract boolean writeRecord();
}
www.eeworm.com/read/249895/4444777
java persistent.java
package org.garret.perst;
/**
* Base class for all persistent capable objects
*/
public class Persistent implements IPersistent
{
public synchronized void load() {
if (oid !=
www.eeworm.com/read/249895/4444950
java persistent.java
package org.garret.perst;
/**
* Base class for all persistent capable classes
*/
public class Persistent implements IPersistent
{
public synchronized void load() {
if (oid !=