代码搜索:persistent
找到约 2,751 项符合「persistent」的源代码
代码结果 2,751
www.eeworm.com/read/326747/3469612
java persistentobjectexception.java
//$Id: PersistentObjectException.java 6877 2005-05-23 15:00:25Z oneovthafew $
package org.hibernate;
/**
* Thrown when the user passes a persistent instance to a Session
* method that expe
www.eeworm.com/read/316872/3598028
h dcookies.h
/*
* dcookies.h
*
* Persistent cookie-path mappings
*
* Copyright 2002 John Levon
*/
#ifndef DCOOKIES_H
#define DCOOKIES_H
#ifdef CONFIG_PROFILING
#include
www.eeworm.com/read/306838/3733919
java callbackexception.java
//$Id: CallbackException.java,v 1.5.2.3 2003/09/29 12:06:28 oneovthafew Exp $
package net.sf.hibernate;
/**
* Should be thrown by persistent objects from Lifecycle
* or Interceptor
www.eeworm.com/read/306677/3735164
c handler.c
/* handler.c
Multi-threaded stand-alone event handler service
Events are based on asynchronous one-way SOAP messaging using HTTP
keep-alive for persistent connections
The 'synchronous' global f
www.eeworm.com/read/306299/3741487
java callbackexception.java
//$Id: CallbackException.java,v 1.5.2.3 2003/09/29 12:06:28 oneovthafew Exp $
package net.sf.hibernate;
/**
* Should be thrown by persistent objects from Lifecycle
* or Interceptor
www.eeworm.com/read/305065/3780765
h dateds~1.h
#ifndef _DATEDSTRINGDB_H
#define _DATEDSTRINGDB_H
/*
* Similar to perl's hash data type, with a persistent store.
* For storing null-terminated strings.
*
* Written by David MacKenzie
www.eeworm.com/read/304657/3788761
java xmlsessioncontext.java
/* XMLSessionContext.java -- XML-encoded persistent SSL sessions.
Copyright (C) 2006 Free Software Foundation, Inc.
This file is a part of GNU Classpath.
GNU Classpath is free software; you can r
www.eeworm.com/read/301781/3836626
java callbackexception.java
//$Id: CallbackException.java,v 1.5.2.3 2003/09/29 12:06:28 oneovthafew Exp $
package net.sf.hibernate;
/**
* Should be thrown by persistent objects from Lifecycle
* or Interceptor
www.eeworm.com/read/297392/3887740
form fcompletion.form
# Gambas Form File 1.0
{ FCompletion Form
Move(508,515,192,128)
Text = ("")
Icon = Picture["img/16/magic.png"]
Persistent = True
Border = Window.Fixed
TopOnly = True
SkipTaskbar = True
www.eeworm.com/read/274602/4185696
java customerbean.java
package examples;
import java.sql.*;
import javax.sql.DataSource;
import javax.naming.*;
import javax.ejb.*;
import java.util.*;
/**
* This is a container-managed persistent entity bean that
* re