代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/442755/7645443
pas sgr_scale.pas
unit sgr_scale;
{(c) S.P.Pod'yachev 1998-2001}
{ver. 2.4 8.02.2001}
{***************************************************}
{ Auxiliary persistent objects for using }
{ in components w
www.eeworm.com/read/442755/7645480
pas sgr_scale.pas
unit sgr_scale;
{(c) S.P.Pod'yachev 1998-2001}
{ver. 2.4 8.02.2001}
{***************************************************}
{ Auxiliary persistent objects for using }
{ in components w
www.eeworm.com/read/436446/7769712
m simulate_people.m
%-----------------------------------------
function [xnew, ynew] = simulate_people (n, xmin, xmax, ymin, ymax),
persistent x y vx vy;
speed = 0.05;
accel = 0.01;
if nargin == 5
x =
www.eeworm.com/read/145469/12722165
java productbean.java
package examples;
import javax.ejb.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a name,
* a de
www.eeworm.com/read/145469/12722453
java productbean.java
package examples;
import javax.ejb.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a name,
* a descriptio
www.eeworm.com/read/138887/13205852
txt 新建 文本文档之六.txt
Chapter 6. 集合类(Collections)
Prev Next
--------------------------------------------------------------------------------
Chapter 6. 集合类(Collections)
6.1. 持久化集合类(Persistent Collections)
(译
www.eeworm.com/read/110729/6163650
java bookbean.java
package examples;
import javax.ejb.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a Book that's persistent. It has an ID #, a name,
* a description,
www.eeworm.com/read/110684/6163905
java person.java
/**
* Hibernate Demo
* Copyright by cinc
*/
package bean;
import java.util.Date;
/**
* @hibernate.class
*/
public class Person extends Persistent{
protected String name;
pr
www.eeworm.com/read/106429/6193239
java bookbean.java
package examples;
import javax.ejb.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a Book that's persistent. It has an ID #, a name,
* a description,
www.eeworm.com/read/104709/6203242
java productbean.java
package examples;
import javax.ejb.*;
/**
* Entity Bean which demonstrates Container-Managed persistence.
*
* This is a product that's persistent. It has an ID #, a name,
* a de