Modifier and Type | Method and Description |
---|---|
static ValidationException |
ValidationException.noTablesToCreate(Project project) |
Modifier and Type | Method and Description |
---|---|
protected void |
EntityManagerSetupImpl.addProjectToSession(ServerSession session,
Project project)
INTERNAL:
Adds descriptors plus sequencing info found on the project to the session.
|
Modifier and Type | Method and Description |
---|---|
static ClassDescriptor |
MetadataHelper.findDescriptor(Project project,
Class cls)
INTERNAL:
Search the given sessions list of ordered descriptors for a descriptor
for the class named the same as the given class.
|
Modifier and Type | Field and Description |
---|---|
protected Project |
AbstractSession.project
The project stores configuration information, such as the descriptors and login.
|
Modifier and Type | Method and Description |
---|---|
Project |
AbstractSession.getProject()
PUBLIC:
Return the project, the project holds configuartion information including the descriptors.
|
Modifier and Type | Method and Description |
---|---|
void |
DatabaseSessionImpl.addDescriptors(Project project)
PUBLIC:
Add the descriptors to the session from the Project.
|
void |
AbstractSession.setProject(Project project)
INTERNAL:
Set the project, the project holds configuartion information including the descriptors.
|
Constructor and Description |
---|
AbstractSession(Project project)
PUBLIC:
Create and return a new session.
|
DatabaseSessionImpl(Project project)
PUBLIC:
Create and return a new session.
|
Modifier and Type | Method and Description |
---|---|
protected ClassDescriptor |
TransformerFactory.findDescriptor(Project project,
String className)
Find a descriptor by name in the given project
used to avoid referring to descriptors by class.
|
Modifier and Type | Method and Description |
---|---|
Project |
Session.getProject()
PUBLIC:
Return the project.
|
Modifier and Type | Method and Description |
---|---|
void |
Project.addAliasesFromProject(Project project)
INTERNAL:
Get the descriptors from the project, and associate the aliases for each
descriptor with the descriptor.
|
void |
DatabaseSession.addDescriptors(Project project)
PUBLIC:
Add the descriptors to the session from the Project.
|
void |
Project.addDescriptors(Project project,
DatabaseSessionImpl session)
PUBLIC:
Merge the descriptors from another project into this one.
|
Constructor and Description |
---|
ClientSession(Project project) |
ServerSession(Project project)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
ConnectionPolicy defaultConnectionPolicy)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
ConnectionPolicy defaultConnectionPolicy,
Login readLogin)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
ConnectionPolicy defaultConnectionPolicy,
Login readLogin,
Login sequenceLogin)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
int minNumberOfPooledConnection,
int maxNumberOfPooledConnection)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
int minNumberOfPooledConnection,
int maxNumberOfPooledConnection,
Login readLogin)
PUBLIC:
Create and return a new server session.
|
ServerSession(Project project,
int minNumberOfPooledConnection,
int maxNumberOfPooledConnection,
Login readLogin,
Login sequenceLogin)
PUBLIC:
Create and return a new server session.
|
Constructor and Description |
---|
DefaultTableGenerator(Project project)
Default construcotr
|
Copyright © 2023. All rights reserved.