代码搜索:persistent

找到约 2,751 项符合「persistent」的源代码

代码结果 2,751
www.eeworm.com/read/106429/6193254

java orderbean.java

package examples; import java.util.*; import java.io.*; import java.rmi.*; import javax.naming.*; import javax.ejb.*; /** * This is a container-managed persistent entity bean that * re
www.eeworm.com/read/106429/6193261

java orderlineitembean.java

package examples; import javax.naming.*; import javax.ejb.*; import java.util.*; /** * This is a container-managed persistent entity bean. It * represents an order line-item. A line-item
www.eeworm.com/read/104709/6203280

java orderbean.java

package examples; import java.util.*; import java.io.*; import java.rmi.*; import javax.naming.*; import javax.ejb.*; /** * This is a container-managed persistent entity bean that * re
www.eeworm.com/read/104709/6203287

java orderlineitembean.java

package examples; import javax.naming.*; import javax.ejb.*; import java.util.*; /** * This is a container-managed persistent entity bean. It * represents an order line-item. A line-item
www.eeworm.com/read/480773/6661419

m search_range.m

function [Rmax Rmin]=Search_range(functchc) global M O Rmin Rmax functchc result_type persistent fhd if functchc==1 Rmax= 32.768; Rmin=-32.768; elseif functchc==2 Rmax=1
www.eeworm.com/read/249894/12463101

cs l2listelem.cs

namespace Perst { using System; /// /// Double linked list element. /// #if USE_GENERICS public class L2ListElem : Persistent where T:L2ListElem
www.eeworm.com/read/249894/12463295

cs ptrie.cs

using System; using Perst; #if USE_GENERICS using System.Collections.Generic; #else using System.Collections; #endif namespace Perst.Impl { #if USE_GENERICS class PTrie : Persistent
www.eeworm.com/read/249894/12463414

cs ttreepage.cs

using System; #if USE_GENERICS using System.Collections.Generic; #else using System.Collections; #endif namespace Perst.Impl { #if USE_GENERICS class TtreePage : Persistent wher
www.eeworm.com/read/249894/12463481

cs thickindex.cs

using System; #if USE_GENERICS using System.Collections.Generic; #endif using System.Collections; using Perst; namespace Perst.Impl { #if USE_GENERICS class ThickIndex : Persistent
www.eeworm.com/read/115583/15008774

java orderbean.java

package examples; import java.util.*; import java.io.*; import java.rmi.*; import javax.naming.*; import javax.ejb.*; /** * This is a container-managed persistent entity bean that * re