代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249895/4444758
java ipersistentmap.java
package org.garret.perst;
import java.util.*;
/**
* Interface of persistent map
*/
public interface IPersistentMap extends SortedMap, IPers
www.eeworm.com/read/249895/4444760
java ipersistentset.java
package org.garret.perst;
import java.util.Set;
/**
* Interface of persistent set.
*/
public interface IPersistentSet extends IPersistent, IResource, Set, ITable
www.eeworm.com/read/207991/4998574
mils no.172.mils
# this used to hang because the no longer persistent
# bat got the BBPUNLOADING status but can only be done
# with refs()==0 and lrefs()==0
var abat := bat(int,int);
abat.persists(true);
commit();
www.eeworm.com/read/197012/5098220
java timeroptions.java
package javax.slee.facilities;
import java.io.Serializable;
/**
* The TimerOptions class specifies the behavior of a timer when it is set.
*
* Persistent Timers
* A persi
www.eeworm.com/read/191754/5162852
java persistentsystem.java
/*
* PersistentSystem.java
*
* Created on 15 wrzesie� 2005, 21:30
*/
package net.sf.jawp.gf.persistence;
import java.io.Serializable;
/**
* Base class for persistent systems
* @pa
www.eeworm.com/read/173855/5367400
java productbean.java
package examples;
import javax.ejb.*;
import java.util.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a n
www.eeworm.com/read/274610/4184675
in sqlrelay.in
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
# Source function library.
success() {
echo success
}
failur
www.eeworm.com/read/274610/4184689
sqlrelay
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
prefix=${DESTDIR}/usr/local/firstworks
sysconfdir=${prefix}/e
www.eeworm.com/read/274610/4184690
in sqlrelay.in
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
prefix=@prefix@
sysconfdir=@sysconfdir@
localstatedir=@locals
www.eeworm.com/read/274610/4184699
sqlrelay
#! /bin/sh
#
# sqlrelay This starts and stops SQL relay.
#
# chkconfig: 345 85 15
# description: Persistent database connection system.
prefix=${DESTDIR}/usr/local/firstworks
sysconfdir=${prefix}/e