Uses of Class
org.eclipse.persistence.core.sessions.CoreProject
-
-
Uses of CoreProject in org.eclipse.persistence.core.sessions
Classes in org.eclipse.persistence.core.sessions with type parameters of type CoreProject Modifier and Type Interface Description interfaceCoreSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager>INTERNAL A abstraction of session capturing behavior common to all persistence types. -
Uses of CoreProject in org.eclipse.persistence.eis
Subclasses of CoreProject in org.eclipse.persistence.eis Modifier and Type Class Description classEISObjectPersistenceXMLProjectINTERNAL: -
Uses of CoreProject in org.eclipse.persistence.internal.core.sessions
Classes in org.eclipse.persistence.internal.core.sessions with type parameters of type CoreProject Modifier and Type Class Description classCoreAbstractSession<DESCRIPTOR extends CoreDescriptor,LOGIN extends CoreLogin,PLATFORM extends CorePlatform,PROJECT extends CoreProject,SESSION_EVENT_MANAGER extends CoreSessionEventManager> -
Uses of CoreProject in org.eclipse.persistence.internal.oxm
Classes in org.eclipse.persistence.internal.oxm with type parameters of type CoreProject Modifier and Type Class Description classContext<ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends Descriptor<?,?,?,?,?,NAMESPACE_RESOLVER,?,?,?,?>,FIELD extends Field,NAMESPACE_RESOLVER extends NamespaceResolver,PROJECT extends CoreProject,SESSION extends CoreSession,SESSION_EVENT_LISTENER extends CoreSessionEventListener>static classContext.ContextState<ABSTRACT_SESSION extends CoreAbstractSession,DESCRIPTOR extends Descriptor,PROJECT extends CoreProject,SESSION extends CoreSession,SESSION_EVENT_LISTENER extends CoreSessionEventListener> -
Uses of CoreProject in org.eclipse.persistence.internal.oxm.schema
Subclasses of CoreProject in org.eclipse.persistence.internal.oxm.schema Modifier and Type Class Description classSchemaModelProjectPurpose: TopLink OX project to map org.eclipse.persistence.internal.schema.model.* Used by TopLink SDO and JAXB implementations -
Uses of CoreProject in org.eclipse.persistence.internal.sessions.factories
Subclasses of CoreProject in org.eclipse.persistence.internal.sessions.factories Modifier and Type Class Description classEclipseLinkObjectPersistenceRuntimeXMLProjectINTERNAL: Define the EclipseLInk OX project and descriptor information to read an EclipseLink project from an XML file.classNamespaceResolvableProjectclassObjectPersistenceRuntimeXMLProjectINTERNAL: Define the TopLink OX project and descriptor information to read a OracleAS TopLink 10g (10.0.3) project from an XML file.classObjectPersistenceRuntimeXMLProject_11_1_1INTERNAL: Define the TopLink OX project and descriptor information to read an AS 11g (11.1.1) project from an XML file.classObjectPersistenceWorkbenchXMLProjectINTERNAL: Amend the EclipseLink project and descriptor information to write out an EclipseLink project to an XML file, replacing actual .class references with String equivalentsclassOXMObjectPersistenceRuntimeXMLProjectINTERNAL:classXMLSessionConfigProjectINTERNAL: This class was generated by the TopLink project class generator.classXMLSessionConfigProject_11_1_1INTERNAL: OX mapping project for the 11gR1 sessions XML schema.classXMLSessionConfigToplinkProjectINTERNAL: OX mapping project provides back compatibility for toplink 10g and 11g sessions XML meta-data reading. -
Uses of CoreProject in org.eclipse.persistence.sessions
Subclasses of CoreProject in org.eclipse.persistence.sessions Modifier and Type Class Description classProjectPurpose: Maintain all of the EclipseLink configuration information for a system.
-