代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/480516/1316719
java accountdaofactory.java
package com.tarena.bank.persistent;
public class AccountDAOFactory{
public static IAccountDAO getDAO(){
return new AccountDAOJdbcImpl();
}
}
www.eeworm.com/read/249895/4444933
java ipersistentset.java
package org.garret.perst;
/**
* Interface of persistent set.
*/
public interface IPersistentSet extends IPersistent, IResource, Set {}
www.eeworm.com/read/155175/5629116
java userdata.java
package com.croftsoft.apps.mars;
import java.io.Serializable;
/*********************************************************************
* Persistent user data.
*
* @versio
www.eeworm.com/read/136989/5838500
readme
Persistence State Service
-------------------------
The Persistent State Service (PSS) provides a standard way to
persistently save the state of objects in a datastore. A datastore is
a
www.eeworm.com/read/249894/12463476
cs defaultallocator.cs
namespace Perst.Impl
{
using System;
using Perst;
public class DefaultAllocator : Persistent, CustomAllocator
{
public DefaultAllocator(Storage storage)
www.eeworm.com/read/474959/1387378
mk dir.mk
SUBDIRS = implicit_activation persistent_objref servant_manager threading
all::
@$(MakeSubdirs)
export::
@$(MakeSubdirs)
ciao::
@$(MakeSubdirs)
www.eeworm.com/read/449449/1677043
java persistentobject.java
package com.cmcc.common.persistent;
import java.io.Serializable;
public interface PersistentObject extends Serializable, Cloneable {
}
www.eeworm.com/read/106588/15633604
2 .#pwsprefs.h.1.2
// PWSprefs.h
//-----------------------------------------------------------------------------
#ifndef PWSprefs_h
#define PWSprefs_h
/*
* A class to abstract away the persistent storage mechani
www.eeworm.com/read/249894/12448532
cs guess.cs
using System;
using Perst;
public abstract class Guess : Persistent
{
public abstract Guess Yes
{
set;
get;
}
public abstract Guess No
{
www.eeworm.com/read/249894/12449034
cs properties.cs
using System;
using Perst;
namespace Rdf
{
/// Property definition
public class PropDef:Persistent
{
/// Name of the property