Uses of Class
org.eclipse.persistence.sessions.Project
Packages that use Project
Package
Description
-
Uses of Project in org.eclipse.persistence.dbws
Subclasses of Project in org.eclipse.persistence.dbws -
Uses of Project in org.eclipse.persistence.descriptors
Methods in org.eclipse.persistence.descriptors with parameters of type ProjectModifier and TypeMethodDescriptionbooleanClassDescriptor.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 ProjectModifier and TypeMethodDescriptionstatic 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 ProjectModifier and TypeMethodDescriptionstatic ProjectDynamicTypeBuilder.loadDynamicProject(Project project, DatabaseLogin login, DynamicClassLoader dynamicClassLoader) -
Uses of Project in org.eclipse.persistence.eis
Subclasses of Project in org.eclipse.persistence.eis -
Uses of Project in org.eclipse.persistence.exceptions
Methods in org.eclipse.persistence.exceptions with parameters of type ProjectModifier and TypeMethodDescriptionstatic ValidationExceptionValidationException.noTablesToCreate(Project project) -
Uses of Project in org.eclipse.persistence.internal.codegen
Methods in org.eclipse.persistence.internal.codegen with parameters of type ProjectModifier and TypeMethodDescriptionstatic Hashtable<String, HierarchyNode> InheritanceHierarchyBuilder.buildInheritanceHierarchyTree(Project project) -
Uses of Project in org.eclipse.persistence.internal.jpa
Methods in org.eclipse.persistence.internal.jpa with parameters of type ProjectModifier and TypeMethodDescriptionprotected voidEntityManagerSetupImpl.addProjectToSession(ServerSession session, Project project) Adds descriptors plus sequencing info found on the project to the session. -
Uses of Project in org.eclipse.persistence.internal.jpa.metadata
Methods in org.eclipse.persistence.internal.jpa.metadata that return ProjectModifier and TypeMethodDescriptionMetadataProject.getProject()INTERNAL: Return the core API Project associated with this MetadataProject. -
Uses of Project in org.eclipse.persistence.internal.jpa.metadata.xml
Subclasses of Project in org.eclipse.persistence.internal.jpa.metadata.xmlModifier and TypeClassDescriptionclassINTERNAL: EclipseLink ORM mapping file OX mapping project. -
Uses of Project in org.eclipse.persistence.internal.jpa.metamodel
Methods in org.eclipse.persistence.internal.jpa.metamodel that return ProjectModifier and TypeMethodDescriptionMetamodelImpl.getProject()INTERNAL: Return the core API Project associated with the DatabaseSession that is associated with this Metamodel -
Uses of Project in org.eclipse.persistence.internal.jpa.weaving
Methods in org.eclipse.persistence.internal.jpa.weaving with parameters of type ProjectModifier and TypeMethodDescriptionprotected ClassDescriptorTransformerFactory.findDescriptor(Project project, String className) Find a descriptor by name in the given project used to avoid referring to descriptors by class. -
Uses of Project in org.eclipse.persistence.internal.oxm.schema
Subclasses of Project in org.eclipse.persistence.internal.oxm.schemaModifier and TypeClassDescriptionclassPurpose: 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 ProjectModifier and TypeFieldDescriptionprotected ProjectAbstractSession.projectThe project stores configuration information, such as the descriptors and login.Methods in org.eclipse.persistence.internal.sessions that return ProjectModifier and TypeMethodDescriptionAbstractSession.getProject()PUBLIC: Return the project, the project holds configuartion information including the descriptors.Methods in org.eclipse.persistence.internal.sessions with parameters of type ProjectModifier and TypeMethodDescriptionvoidDatabaseSessionImpl.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 ProjectModifierConstructorDescriptionprotectedAbstractSession(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.factoriesModifier and TypeClassDescriptionclassINTERNAL: Define the EclipseLInk OX project and descriptor information to read an EclipseLink project from an XML file.classclassINTERNAL: Define the TopLink OX project and descriptor information to read a OracleAS TopLink 10g (10.0.3) project from an XML file.classINTERNAL: Define the TopLink OX project and descriptor information to read an AS 11g (11.1.1) project from an XML file.classINTERNAL: Amend the EclipseLink project and descriptor information to write out an EclipseLink project to an XML file, replacing actual .class references with String equivalentsclassINTERNAL:classINTERNAL: This class was generated by the TopLink project class generator.classINTERNAL: OX mapping project for the 11gR1 sessions XML schema.classINTERNAL: 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 ProjectModifier and TypeMethodDescriptionprotected 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 ProjectModifier and TypeMethodDescriptionprotected 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.internal.xr
Methods in org.eclipse.persistence.internal.xr that return ProjectModifier and TypeMethodDescriptionprotected ProjectXRServiceFactory.loadORMetadata(XRDynamicClassLoader xrdecl, ServerSession session) INTERNAL: Create a Project using ORM metadata.protected ProjectXRServiceFactory.loadOXMetadata(ClassLoader xrdecl, Session session) INTERNAL: Create a Project using OXM metadata.protected ProjectXRSessionsFactory.loadProjectConfig(ProjectConfig projectConfig) Methods in org.eclipse.persistence.internal.xr with parameters of type ProjectModifier and TypeMethodDescriptionstatic voidProjectHelper.fixOROXAccessors(Project orProject, Project oxProject) INTERNAL: Fix the given EclipseLink OR and OX projects so that the descriptors for all generated sub-classes of XRDynamicEntity have the correct AttributeAccessors.protected static ClassDescriptorXRServiceFactory.getDescriptorForClassName(Project project, String javaClassName) Returns a ClassDescriptor from the given project with the matching javaClassName, or null if not found.protected static voidXRServiceFactory.prepareDescriptors(Project oxProject, Project orProject, XRDynamicClassLoader xrdcl) INTERNAL: Perform any post-load descriptor modifications, such as altering attribute classification on a given mapping, or converting class names to classes.protected static voidXRServiceFactory.updateFindQueryNames(Project orProject) INTERNAL: Legacy projects have 'findAll' and 'findByPrimaryKey' queries, whereas we now expect these to have the descriptor alias appended (preceded with underscore), + 'Type'. -
Uses of Project in org.eclipse.persistence.internal.xr.sxf
Subclasses of Project in org.eclipse.persistence.internal.xr.sxf -
Uses of Project in org.eclipse.persistence.jpa.metadata
Methods in org.eclipse.persistence.jpa.metadata that return ProjectModifier and TypeMethodDescriptionFileBasedProjectCache.retrieveProject(Map<String, ?> properties, ClassLoader loader, SessionLog log) ProjectCache.retrieveProject(Map<String, ?> properties, ClassLoader loader, SessionLog log) PUBLIC: This method is responsible for returning the cached metadata as represented by a Project instance.Methods in org.eclipse.persistence.jpa.metadata with parameters of type ProjectModifier and TypeMethodDescriptionvoidFileBasedProjectCache.storeProject(Project project, Map<String, ?> properties, SessionLog log) voidProjectCache.storeProject(Project project, Map<String, ?> properties, SessionLog log) PUBLIC: This method is responsible for caching a project instance representing the application metadata. -
Uses of Project in org.eclipse.persistence.mappings
Methods in org.eclipse.persistence.mappings with parameters of type ProjectModifier and TypeMethodDescriptionbooleanAggregateCollectionMapping.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 ProjectModifier and TypeMethodDescriptionbooleanAbstractDirectMapping.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 ProjectModifierConstructorDescriptionXMLContext(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.sdo.helper
Methods in org.eclipse.persistence.sdo.helper that return ProjectModifier and TypeMethodDescriptionSDOTypesGenerator.getSchemaProject()SDOXMLHelper.getTopLinkProject()INTERNAL:Methods in org.eclipse.persistence.sdo.helper with parameters of type ProjectModifier and TypeMethodDescriptionvoidSDOTypeHelper.addWrappersToProject(Project toplinkProject) voidSDOXMLHelper.setTopLinkProject(Project toplinkProject) INTERNAL: -
Uses of Project in org.eclipse.persistence.sdo.helper.delegates
Methods in org.eclipse.persistence.sdo.helper.delegates that return ProjectModifier and TypeMethodDescriptionSDOXMLHelperDelegate.getTopLinkProject()SDOXMLHelperDelegator.getTopLinkProject()Methods in org.eclipse.persistence.sdo.helper.delegates with parameters of type ProjectModifier and TypeMethodDescriptionvoidSDOTypeHelperDelegate.addWrappersToProject(Project project) voidSDOTypeHelperDelegator.addWrappersToProject(Project toplinkProject) voidSDOXMLHelperDelegate.setTopLinkProject(Project toplinkProject) voidSDOXMLHelperDelegator.setTopLinkProject(Project toplinkProject) -
Uses of Project in org.eclipse.persistence.sdo.types
Methods in org.eclipse.persistence.sdo.types with parameters of type Project -
Uses of Project in org.eclipse.persistence.sessions
Methods in org.eclipse.persistence.sessions that return ProjectModifier and TypeMethodDescriptionProject.clone()INTERNAL: Clones the descriptorSession.getProject()PUBLIC: Return the project.Methods in org.eclipse.persistence.sessions with parameters of type ProjectModifier and TypeMethodDescriptionvoidDatabaseSession.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 ProjectModifier and TypeMethodDescriptionvoidSessionBroker.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 ProjectModifier and TypeFieldDescriptionprotected ProjectProjectClassGenerator.projectprotected static ProjectXMLProjectReader.projectCache the creation and initialization of the EclipseLink XML mapping project.protected static final ProjectXMLSessionConfigLoader.projectCache the creation and initialization of the Session XML mapping project.Methods in org.eclipse.persistence.sessions.factories that return ProjectModifier and TypeMethodDescriptionProjectClassGenerator.getProject()PUBLIC: Return the project to generate from.protected static ProjectXMLSessionConfigLoader.getProject()Cache the creation and initialization of the Session XML mapping project.static ProjectPUBLIC: 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 ProjectPUBLIC: 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 ProjectModifier and TypeMethodDescriptionstatic 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 voidPUBLIC: Generate the source code to a project class to the project's descriptor into the writer.static voidPUBLIC: Generate the source code to a project class to the project's descriptor into the file.static voidINTERNAL: This should not be used.static voidINTERNAL: This should not be used.static voidPUBLIC: Given the writer, and a project, this writes out the deployment XML file storing the project's descriptor and mapping information.static voidPUBLIC: 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 ProjectModifierConstructorDescriptionProjectClassGenerator(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 ProjectModifierConstructorDescriptionprotectedClientSession(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.dbws
Subclasses of Project in org.eclipse.persistence.tools.dbwsFields in org.eclipse.persistence.tools.dbws declared as ProjectModifier and TypeFieldDescriptionprotected ProjectDBWSBuilder.orProjectprotected ProjectDBWSBuilder.oxProjectMethods in org.eclipse.persistence.tools.dbws that return ProjectMethods in org.eclipse.persistence.tools.dbws with parameters of type ProjectModifier and TypeMethodDescriptionprotected voidBaseDBWSBuilderHelper.addToOROXProjectsForBuildSql(ModelWithBuildSql modelWithBuildSql, Project orProject, Project oxProject, NamingConventionTransformer nct) protected abstract voidBaseDBWSBuilderHelper.addToOROXProjectsForComplexTypes(List<CompositeDatabaseType> types, Project orProject, Project oxProject) protected abstract voidBaseDBWSBuilderHelper.buildQueryForProcedureType(ProcedureType procType, Project orProject, Project oxProject, ProcedureOperationModel opModel, boolean hasComplexArgs) protected voidBaseDBWSBuilderHelper.finishUpProjects(Project orProject, Project oxProject, List<CompositeDatabaseType> typeList) Complete project configuration.static XMLEntityMappingsXmlEntityMappingsGenerator.generateXmlEntityMappings(Project orProject, List<CompositeDatabaseType> complexTypes, Map<String, Map<String, String>> crudOperations) Generate an XMLEntityMappings instance based on a given OR Project's Queries and Descriptors.protected static List<ComplexTypeMetadata> XmlEntityMappingsGenerator.processCompositeTypes(List<CompositeDatabaseType> complexTypes, Project orProject) Returns a list of ComplexTypeMetadata instances generated based on a list of CompositeDatabaseTypes.protected static ComplexTypeMetadataXmlEntityMappingsGenerator.processDatabaseType(CompositeDatabaseType cdbType, Project orProject) Process the given CompositeDatabaseType and return a ComplexTypeMetadata instance.protected static ComplexTypeMetadataXmlEntityMappingsGenerator.processDatabaseType(CompositeDatabaseType cdbType, Project orProject, List<String> processedTypeNames) Process the given CompositeDatabaseType and return a ComplexTypeMetadata instance.protected static ComplexTypeMetadataXmlEntityMappingsGenerator.processObjectTableType(ObjectTableType oTableType, Project orProject) Process the given ObjectTableType and return an OracleArrayTypeMetadata instance.protected static ComplexTypeMetadataXmlEntityMappingsGenerator.processObjectType(ObjectType oType, Project orProject) Process the given ObjectType and return an OracleObjectTypeMetadata instance.protected static ComplexTypeMetadataXmlEntityMappingsGenerator.processVArrayType(VArrayType vType, Project orProject) Process the given VArrayType and return an OracleArrayTypeMetadata instance.voidDBWSBuilder.setOrProject(Project orProject) voidDBWSBuilder.setOxProject(Project oxProject) -
Uses of Project in org.eclipse.persistence.tools.dbws.jdbc
Methods in org.eclipse.persistence.tools.dbws.jdbc with parameters of type ProjectModifier and TypeMethodDescriptionvoidJDBCHelper.addToOROXProjectsForComplexTypes(List<CompositeDatabaseType> types, Project orProject, Project oxProject) protected voidJDBCHelper.buildQueryForProcedureType(ProcedureType procType, Project orProject, Project oxProject, ProcedureOperationModel opModel, boolean hasComplexArgs) -
Uses of Project in org.eclipse.persistence.tools.dbws.oracle
Methods in org.eclipse.persistence.tools.dbws.oracle with parameters of type ProjectModifier and TypeMethodDescriptionvoidOracleHelper.addToOROXProjectsForComplexTypes(List<CompositeDatabaseType> types, Project orProject, Project oxProject) Create OR/OX projects for complex types, i.e.protected voidOracleHelper.addToORProjectForObjectTableTypeArg(DatabaseType dbType, Project orProject, String objectTableName, String objectTableAlias) Build descriptor and mappings for an OracleTableType argument.protected voidOracleHelper.addToORProjectForObjectTypeArg(DatabaseType dbType, Project orProject, String objectName, String objectAlias) Build descriptor and mappings for an Object type argument.protected voidOracleHelper.addToORProjectForPLSQLRecordArg(DatabaseType dbType, Project orProject, String recordName, String recordAlias, String targetTypeName, String catalogPattern) Build descriptor and mappings for a PL/SQL record argument.protected voidOracleHelper.addToORProjectForPLSQLTableArg(DatabaseType dbType, Project orProject, String tableName, String tableAlias, String targetTypeName, String catalogPattern) Build descriptor and mappings for a PL/SQL collection argument.protected voidOracleHelper.addToORProjectForVArrayArg(DatabaseType dbType, Project orProject, String arrayName, String arrayAlias) Build descriptor and mappings for a VArray argument.protected voidOracleHelper.addToOXProjectForObjectTableTypeArg(DatabaseType dbType, Project oxProject, String objectTableName, String objectTableAlias) Build descriptor and mappings for an OracleTableType argument.protected voidOracleHelper.addToOXProjectForObjectTypeArg(DatabaseType dbType, Project oxProject, String objectName, String objectAlias) Build descriptor and mappings for an Object type argument.protected voidOracleHelper.addToOXProjectForPLSQLRecordArg(DatabaseType dbType, Project oxProject, String recordName, String recordAlias, String targetTypeName, String catalogPattern) Build descriptor and mappings for a PL/SQL record argument.protected voidOracleHelper.addToOXProjectForPLSQLTableArg(DatabaseType dbType, Project oxProject, String tableName, String tableAlias, String targetTypeName, String catalogPattern) Build descriptor and mappings for a PL/SQL collection argument.protected voidOracleHelper.addToOXProjectForVArrayArg(DatabaseType dbType, Project oxProject, String arrayName, String arrayAlias) Build descriptor and mappings for a VArray argument.protected ObjectRelationalDataTypeDescriptorOracleHelper.buildAndAddNewObjectRelationalDataTypeDescriptor(Project orProject, String alias) Build an ObjectRelationalDataTypeDescriptor based on a given descriptor alias and add it to the given OR Project.protected ObjectRelationalDataTypeDescriptorOracleHelper.buildAndAddNewObjectRelationalDataTypeDescriptor(Project orProject, String alias, String javaClassName) Build an ObjectRelationalDataTypeDescriptor based on a given descriptor alias and java class name, and add it to the given OR Project.protected XMLDescriptorOracleHelper.buildAndAddNewXMLDescriptor(Project oxProject, String objectAlias, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, schema alias and target namespace, and add the newly created descriptor to the given OX Project.protected XMLDescriptorOracleHelper.buildAndAddNewXMLDescriptor(Project oxProject, String objectAlias, String javaClassName, String userType, String targetNamespace) Build an XMLDescriptor based on a given descriptor alias, schema alias, java class name and target namespace, and add the newly created descriptor to the given OX Project.protected voidOracleHelper.buildQueryForProcedureType(ProcedureType procType, Project orProject, Project oxProject, ProcedureOperationModel opModel, boolean hasPLSQLArgs) Build a Query for the given ProcedureType instance and add it to the given OR project's list of queries. -
Uses of Project in org.eclipse.persistence.tools.schemaframework
Methods in org.eclipse.persistence.tools.schemaframework with parameters of type ProjectModifier and TypeMethodDescriptionprotected 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 ProjectModifierConstructorDescriptionDefaultTableGenerator(Project project) Default constructorDefaultTableGenerator(Project project, boolean generateFKConstraints) This constructor will create a DefaultTableGenerator that can be set to create fk constraints