Uses of Class
org.eclipse.persistence.sessions.Project
-
-
Uses of Project in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type Project Modifier and Type Method Description booleanClassDescriptor. supportsChangeTracking(Project project)INTERNAL: Returns whether this descriptor is capable of supporting weaved change tracking. -
Uses of Project in org.eclipse.persistence.dynamic
Methods in org.eclipse.persistence.dynamic that return Project Modifier and Type Method Description static ProjectDynamicTypeBuilder. loadDynamicProject(InputStream resourceStream, DatabaseLogin login, DynamicClassLoader dynamicClassLoader)Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.static ProjectDynamicTypeBuilder. loadDynamicProject(String resourcePath, DatabaseLogin login, DynamicClassLoader dynamicClassLoader)Load a dynamic project from deployment XML creating dynamic types for all descriptors where the provided class name does not exist.static ProjectDynamicTypeBuilder. loadDynamicProject(Project project, DatabaseLogin login, DynamicClassLoader dynamicClassLoader)Methods in org.eclipse.persistence.dynamic with parameters of type Project Modifier and Type Method Description static ProjectDynamicTypeBuilder. loadDynamicProject(Project project, DatabaseLogin login, DynamicClassLoader dynamicClassLoader) -
Uses of Project in org.eclipse.persistence.eis
Subclasses of Project in org.eclipse.persistence.eis Modifier and Type Class Description classEISObjectPersistenceXMLProjectINTERNAL: -
Uses of Project in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type Project Modifier and Type Method Description static ValidationExceptionValidationException. noTablesToCreate(Project project) -
Uses of Project in org.eclipse.persistence.internal.codegen
Methods in org.eclipse.persistence.internal.codegen with parameters of type Project Modifier and Type Method Description static Hashtable<String,HierarchyNode>InheritanceHierarchyBuilder. buildInheritanceHierarchyTree(Project project) -
Uses of Project in org.eclipse.persistence.internal.oxm.schema
Subclasses of Project 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 Project in org.eclipse.persistence.internal.sessions
Fields in org.eclipse.persistence.internal.sessions declared as Project Modifier and Type Field Description protected ProjectAbstractSession. projectThe project stores configuration information, such as the descriptors and login.Methods in org.eclipse.persistence.internal.sessions that return Project Modifier and Type Method Description ProjectAbstractSession. getProject()PUBLIC: Return the project, the project holds configuartion information including the descriptors.Methods in org.eclipse.persistence.internal.sessions with parameters of type Project Modifier and Type Method Description voidDatabaseSessionImpl. addDescriptors(Project project)PUBLIC: Add the descriptors to the session from the Project.voidAbstractSession. setProject(Project project)INTERNAL: Set the project, the project holds configuration information including the descriptors.Constructors in org.eclipse.persistence.internal.sessions with parameters of type Project Constructor Description AbstractSession(Project project)PUBLIC: Create and return a new session.DatabaseSessionImpl(Project project)PUBLIC: Create and return a new session. -
Uses of Project in org.eclipse.persistence.internal.sessions.factories
Subclasses of Project 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.Methods in org.eclipse.persistence.internal.sessions.factories that return Project Modifier and Type Method Description protected ProjectSessionsFactory. loadProjectConfig(ProjectConfig projectConfig)INTERNAL: Load a projectConfig from the session.xml file.Methods in org.eclipse.persistence.internal.sessions.factories with parameters of type Project Modifier and Type Method Description protected DatabaseSessionImplSessionsFactory. getSession(SessionConfig sessionConfig, Project project)INTERNAL: Return the correct session type from the sessionConfigprotected voidSessionsFactory. prepareProjectLogin(Project project, Login login)INTERNAL: Return the correct session type from the sessionConfig -
Uses of Project in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type Project Modifier and Type Method Description booleanAggregateCollectionMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking.booleanAggregateObjectMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking.booleanCollectionMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking.booleanDatabaseMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking.booleanObjectReferenceMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking. -
Uses of Project in org.eclipse.persistence.mappings.foundation
Methods in org.eclipse.persistence.mappings.foundation with parameters of type Project Modifier and Type Method Description booleanAbstractDirectMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking.booleanAbstractTransformationMapping. isChangeTrackingSupported(Project project)INTERNAL: Return if this mapping supports change tracking. -
Uses of Project in org.eclipse.persistence.oxm
Constructors in org.eclipse.persistence.oxm with parameters of type Project Constructor Description XMLContext(Project project)Create a new XMLContext based on the specified projectXMLContext(Project project, ClassLoader classLoader)Create a new XMLContext based on the specified Project and ClassLoader.XMLContext(Project project, ClassLoader classLoader, Collection<SessionEventListener> sessionEventListeners)Create a new XMLContext based on the specified Project and ClassLoader.XMLContext(Project project, ClassLoader classLoader, SessionEventListener sessionEventListener)Create a new XMLContext based on the specified Project and ClassLoader. -
Uses of Project in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return Project Modifier and Type Method Description ProjectProject. clone()INTERNAL: Clones the descriptorProjectSession. getProject()PUBLIC: Return the project.Methods in org.eclipse.persistence.sessions with parameters of type Project Modifier and Type Method Description voidDatabaseSession. addDescriptors(Project project)PUBLIC: Add the descriptors to the session from the Project.voidProject. addDescriptors(Project project, DatabaseSessionImpl session)PUBLIC: Merge the descriptors from another project into this one. -
Uses of Project in org.eclipse.persistence.sessions.broker
Methods in org.eclipse.persistence.sessions.broker with parameters of type Project Modifier and Type Method Description voidSessionBroker. addDescriptors(Project project)PUBLIC: You cannot add a project to a session broker, you must add it to its session. -
Uses of Project in org.eclipse.persistence.sessions.factories
Fields in org.eclipse.persistence.sessions.factories declared as Project Modifier and Type Field Description protected ProjectProjectClassGenerator. projectprotected static ProjectXMLProjectReader. projectCache the creation and initialization of the EclipseLink XML mapping project.protected static ProjectXMLSessionConfigLoader. projectCache the creation and initialization of the Session XML mapping project.Methods in org.eclipse.persistence.sessions.factories that return Project Modifier and Type Method Description ProjectProjectClassGenerator. getProject()PUBLIC: Return the project to generate from.protected static ProjectXMLSessionConfigLoader. getProject()Cache the creation and initialization of the Session XML mapping project.static ProjectXMLProjectReader. read(Reader reader)PUBLIC: Read the EclipseLink project deployment XML from the reader on the file.static ProjectXMLProjectReader. read(Reader reader, ClassLoader classLoader)PUBLIC: Read the EclipseLink project deployment XML from the reader on the file.static ProjectXMLProjectReader. read(String fileOrResourceName)PUBLIC: Read the EclipseLink project deployment XML from the file or resource name.static ProjectXMLProjectReader. read(String fileOrResourceName, ClassLoader classLoader)PUBLIC: Read the EclipseLink project deployment XML from the file or resource name.static ProjectXMLProjectReader. read1013Format(Document document, ClassLoader classLoader)INTERNAL: Read the TopLink 10.1.3 deployment XML format.static ProjectXMLProjectReader. read1111Format(Document document, ClassLoader classLoader)INTERNAL: Read the TopLink 11.1.1 deployment XML format.static ProjectXMLProjectReader. readObjectPersistenceRuntimeFormat(Document document, ClassLoader classLoader, Project opmProject)Read a project in the format of an ObjectPersistenceRuntimeXMLProject.Methods in org.eclipse.persistence.sessions.factories with parameters of type Project Modifier and Type Method Description static ProjectXMLProjectReader. readObjectPersistenceRuntimeFormat(Document document, ClassLoader classLoader, Project opmProject)Read a project in the format of an ObjectPersistenceRuntimeXMLProject.voidProjectClassGenerator. setProject(Project newProject)PUBLIC: Set the project to generate from.static voidProjectClassGenerator. write(Project project, String projectClassName, Writer writer)PUBLIC: Generate the source code to a project class to the project's descriptor into the writer.static voidProjectClassGenerator. write(Project project, String projectClassName, String fileName)PUBLIC: Generate the source code to a project class to the project's descriptor into the file.static voidXMLProjectWriter. write(String fileName, Project project)INTERNAL: This should not be used.static voidXMLProjectWriter. write(String fileName, Project project, Writer writer)INTERNAL: This should not be used.static voidXMLProjectWriter. write(Project project, Writer writer)PUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.static voidXMLProjectWriter. write(Project project, String fileName)PUBLIC: Given the file name (including path), and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.Constructors in org.eclipse.persistence.sessions.factories with parameters of type Project Constructor Description ProjectClassGenerator(Project project)PUBLIC: Create a new generator to output the project.ProjectClassGenerator(Project project, String projectClassName, Writer outputWriter)PUBLIC: Create a new generator to output to the writer.ProjectClassGenerator(Project project, String projectClassName, String fileName)PUBLIC: Create a new generator to output to the file. -
Uses of Project in org.eclipse.persistence.sessions.server
Constructors in org.eclipse.persistence.sessions.server with parameters of type Project Constructor Description ClientSession(Project project)ServerSession(Project project)INTERNAL: Create and return a new server session.ServerSession(Project project, int minNumberOfPooledConnection, int maxNumberOfPooledConnection)INTERNAL: Create and return a new server session.ServerSession(Project project, int initialNumberOfPooledConnection, int minNumberOfPooledConnection, int maxNumberOfPooledConnection)INTERNAL: Create and return a new server session.ServerSession(Project project, int minNumberOfPooledConnection, int maxNumberOfPooledConnection, Login readLogin)INTERNAL: Create and return a new server session.ServerSession(Project project, int minNumberOfPooledConnection, int maxNumberOfPooledConnection, Login readLogin, Login sequenceLogin)INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy)INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy, int initialNumberOfPooledConnections, int minNumberOfPooledConnections, int maxNumberOfPooledConnections, Login readLogin, Login sequenceLogin)INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy, Login readLogin)INTERNAL: Create and return a new server session.ServerSession(Project project, ConnectionPolicy defaultConnectionPolicy, Login readLogin, Login sequenceLogin)INTERNAL: Create and return a new server session. -
Uses of Project in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type Project Modifier and Type Method Description protected voidStoredProcedureGenerator. generateSequenceStoredProcedures(Project project)INTERNAL: Generates the select and update stored procedures for this project.Constructors in org.eclipse.persistence.tools.schemaframework with parameters of type Project Constructor Description DefaultTableGenerator(Project project)Default constructorDefaultTableGenerator(Project project, boolean generateFKConstraints)This constructor will create a DefaultTableGenerator that can be set to create fk constraints
-