代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/249895/4445058
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/231203/4717659
java persistent.java
package test.hibernate;
import java.util.Date;
/**
* @author Administrator
*/
public abstract class Persistent {
private Long id;
private int version;
private Date create
www.eeworm.com/read/224860/4802323
java persistent.java
package cn.hxex.basic.exercise;
import org.hibernate.Session;
import org.hibernate.SessionFactory;
import org.hibernate.Transaction;
import org.hibernate.cfg.Configuration;
import cn.hxex.bas
www.eeworm.com/read/213496/4916450
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/180408/5287284
java persistent.java
//$Id: Persistent.java,v 1.1 2004/06/03 16:30:01 steveebersole Exp $
package org.hibernate.auction;
/**
* @author Gavin King
*/
public class Persistent {
private Long id;
public Long getId() {
www.eeworm.com/read/179311/5305794
h persistent.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================
www.eeworm.com/read/179311/5305798
cpp persistent.cpp
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........: 960328
// Description...:
// Revisions.....:
//=========================
www.eeworm.com/read/169327/5424705
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/163959/5505096
java persistent.java
//$Id: Persistent.java,v 1.1 2004/06/03 16:30:01 steveebersole Exp $
package org.hibernate.auction;
/**
* @author Gavin King
*/
public class Persistent {
private Long id;
public Long getId() {
www.eeworm.com/read/163883/5506354
h persistent.h
//-------------------------------------------------------------------
// Author........: Aleksander 豩rn
// Date..........:
// Description...:
// Revisions.....:
//================================