代码搜索:persistent

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

代码结果 2,751
www.eeworm.com/read/249895/4445038

java ipersistentset.java

package org.garret.perst; import java.util.Set; /** * Interface of persistent set. */ public interface IPersistentSet extends IPersistent, IResource, ITable, Set {}
www.eeworm.com/read/249895/4445129

java defaultallocator.java

package org.garret.perst.impl; import org.garret.perst.*; public class DefaultAllocator extends Persistent implements CustomAllocator { public DefaultAllocator(Storage storage) {
www.eeworm.com/read/249895/4445163

java relation.java

package org.garret.perst; /** * Class representing relation between owner and members */ public abstract class Relation extends Persistent implements Link { /** * Get relation owner
www.eeworm.com/read/249895/4445175

java propdef.java

package org.garret.rdf; import org.garret.perst.*; /** * Property definition */ public class PropDef extends Persistent { /** * Name of the property */ public String na
www.eeworm.com/read/232752/4696311

java tutorial.java

package roseindia.net.dao.hibernate; import java.io.Serializable; public class Tutorial implements Serializable { /** identifier field */ private Integer id; /** persistent
www.eeworm.com/read/225358/4796102

java tutorial.java

package roseindia.net.dao.hibernate; import java.io.Serializable; public class Tutorial implements Serializable { /** identifier field */ private Integer id; /** persistent
www.eeworm.com/read/180500/5283160

java persistentmodelexception.java

package org.w3c.rdf.model; /** * An exception thrown by persistent model */ public class PersistentModelException extends ModelException { public PersistentModelException(String msg) { sup
www.eeworm.com/read/334125/3372878

c gencache.c

/* Unix SMB/CIFS implementation. Generic, persistent and shared between processes cache mechanism for use by various parts of the Samba code Copyright (C) Rafal Szczesniak 2002
www.eeworm.com/read/305285/3775820

java classnotpersistencecapableexception.java

package org.odmg; /** * This exception is thrown when the implementation cannot make an object persistent because of the type of the object. * @author David Jordan (as Java Editor of the Obje
www.eeworm.com/read/305285/3776473

readme

Simple Servlet Sample ------------- This sample demonstrates web development with Ozone. It is deliberately very simple, basically a Hello World where the Hello message comes from a persistent object