|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
public interface EclipseLinkPersistenceUnitDefaults
EclipseLink orm.xml file
persistence-unit-defaults element
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.eclipse.jpt.jpa.core.JpaModel |
|---|
JpaModel.JpaVersionIsCompatibleWith |
| Nested classes/interfaces inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
JptResourceTypeReference.ResourceTypeIsKindOf, JptResourceTypeReference.ResourceTypeTransformer |
| Field Summary | |
|---|---|
static String |
TENANT_DISCRIMINATOR_COLUMNS_LIST
|
| Fields inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmPersistenceUnitDefaults2_0 |
|---|
DELIMITED_IDENTIFIERS_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults |
|---|
CASCADE_PERSIST_PROPERTY, DEFAULT_CATALOG_PROPERTY, DEFAULT_SCHEMA_PROPERTY, SPECIFIED_CATALOG_PROPERTY, SPECIFIED_SCHEMA_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.jpa.core.context.SpecifiedAccessReference |
|---|
DEFAULT_ACCESS_PROPERTY, SPECIFIED_ACCESS_PROPERTY |
| Fields inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
TRANSFORMER |
| Fields inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkSpecifiedAccessMethodsContainer |
|---|
DEFAULT_GET_METHOD, DEFAULT_GET_METHOD_PROPERTY, DEFAULT_SET_METHOD, DEFAULT_SET_METHOD_PROPERTY, SPECIFIED_GET_METHOD_PROPERTY, SPECIFIED_SET_METHOD_PROPERTY |
| Method Summary | |
|---|---|
EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3 |
addTenantDiscriminatorColumn()
Add a tenant discriminator column and return the object representing it. |
EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3 |
addTenantDiscriminatorColumn(int index)
Add a tenant discriminator column and return the object representing it. |
org.eclipse.jpt.common.utility.iterable.ListIterable<EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3> |
getTenantDiscriminatorColumns()
Return a list iterable of the tenant discriminator columns. |
int |
getTenantDiscriminatorColumnsSize()
Return the number of tenant discriminator columns. |
boolean |
hasTenantDiscriminatorColumns()
Return whether there are any tenant discriminator columns. |
void |
moveTenantDiscriminatorColumn(int targetIndex,
int sourceIndex)
Move the tenant discriminator column from the source index to the target index. |
void |
removeTenantDiscriminatorColumn(EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3 tenantDiscriminatorColumn)
Remove the tenant discriminator column. |
void |
removeTenantDiscriminatorColumn(int index)
Remove the tenant discriminator column at the index. |
| Methods inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.orm.OrmPersistenceUnitDefaults2_0 |
|---|
setDelimitedIdentifiers |
| Methods inherited from interface org.eclipse.jpt.jpa.core.jpa2.context.MappingFilePersistenceUnitDefaults2_0 |
|---|
isDelimitedIdentifiers |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.orm.OrmPersistenceUnitDefaults |
|---|
getDbCatalog, getDbSchema, getDbSchemaContainer, getDefaultCatalog, getDefaultSchema, getParent, getSpecifiedCatalog, getSpecifiedSchema, setCascadePersist, setSpecifiedCatalog, setSpecifiedSchema |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.MappingFilePersistenceUnitDefaults |
|---|
getAccess, getCatalog, getSchema, isCascadePersist |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.SpecifiedAccessReference |
|---|
getDefaultAccess, getSpecifiedAccess, setSpecifiedAccess |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.AccessReference |
|---|
getAccess |
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextModel |
|---|
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
| Methods inherited from interface org.eclipse.jpt.jpa.core.JpaModel |
|---|
getJpaPlatform, getJpaProject, getJpaProjectManager, getResource, stateChanged |
| Methods inherited from interface org.eclipse.jpt.common.utility.model.Model |
|---|
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
|---|
getAdapter |
| Methods inherited from interface org.eclipse.jpt.common.core.JptResourceTypeReference |
|---|
getResourceType |
| Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkSpecifiedAccessMethodsContainer |
|---|
getDefaultGetMethod, getDefaultSetMethod, getSpecifiedGetMethod, getSpecifiedSetMethod, setSpecifiedGetMethod, setSpecifiedSetMethod |
| Methods inherited from interface org.eclipse.jpt.jpa.eclipselink.core.context.EclipseLinkAccessMethodsContainer |
|---|
getGetMethod, getSetMethod |
| Field Detail |
|---|
static final String TENANT_DISCRIMINATOR_COLUMNS_LIST
| Method Detail |
|---|
org.eclipse.jpt.common.utility.iterable.ListIterable<EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3> getTenantDiscriminatorColumns()
int getTenantDiscriminatorColumnsSize()
boolean hasTenantDiscriminatorColumns()
EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3 addTenantDiscriminatorColumn()
EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3 addTenantDiscriminatorColumn(int index)
void removeTenantDiscriminatorColumn(EclipseLinkOrmSpecifiedTenantDiscriminatorColumn2_3 tenantDiscriminatorColumn)
void removeTenantDiscriminatorColumn(int index)
void moveTenantDiscriminatorColumn(int targetIndex,
int sourceIndex)
|
Dali Provisional API Release 3.2 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||