org.eclipse.jpt.jpa.eclipselink.core.context
Interface ReadOnlyTenantDiscriminatorColumn2_3
- All Superinterfaces:
- IAdaptable, JpaContextNode, JpaNode, JptResourceTypeReference, Model, ReadOnlyNamedColumn, ReadOnlyNamedDiscriminatorColumn, ReadOnlyTableColumn
- All Known Subinterfaces:
- JavaTenantDiscriminatorColumn2_3, OrmTenantDiscriminatorColumn2_3, TenantDiscriminatorColumn2_3, VirtualTenantDiscriminatorColumn2_3
public interface ReadOnlyTenantDiscriminatorColumn2_3
- extends ReadOnlyNamedDiscriminatorColumn, ReadOnlyTableColumn
tenant discriminator column
Provisional API: This interface is part of an interim API that is still
under development and expected to change significantly before reaching
stability. It is available at this early stage to solicit feedback from
pioneering adopters on the understanding that any code that uses this API
will almost certainly be broken (repeatedly) as the API evolves.
- Since:
- 3.1
| Methods inherited from interface org.eclipse.jpt.jpa.core.context.JpaContextNode |
getCompletionProposals, getContextDefaultDbCatalog, getContextDefaultDbSchema, getContextDefaultDbSchemaContainer, getMappingFileRoot, getParent, getPersistenceUnit, getValidationTextRange, synchronizeWithResourceModel, update, validate |
DEFAULT_NAME
static final String DEFAULT_NAME
- See Also:
- Constant Field Values
SPECIFIED_CONTEXT_PROPERTY_PROPERTY
static final String SPECIFIED_CONTEXT_PROPERTY_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_CONTEXT_PROPERTY_PROPERTY
static final String DEFAULT_CONTEXT_PROPERTY_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_CONTEXT_PROPERTY
static final String DEFAULT_CONTEXT_PROPERTY
- See Also:
- Constant Field Values
SPECIFIED_PRIMARY_KEY_PROPERTY
static final String SPECIFIED_PRIMARY_KEY_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_PRIMARY_KEY_PROPERTY
static final String DEFAULT_PRIMARY_KEY_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_PRIMARY_KEY
static final boolean DEFAULT_PRIMARY_KEY
- See Also:
- Constant Field Values
getContextProperty
String getContextProperty()
- Return the specified context property if present, otherwise return
the default context property.
getSpecifiedContextProperty
String getSpecifiedContextProperty()
getDefaultContextProperty
String getDefaultContextProperty()
isPrimaryKey
boolean isPrimaryKey()
- Return the specified primaryKey setting if present, otherwise return the
default primaryKey setting.
getSpecifiedPrimaryKey
Boolean getSpecifiedPrimaryKey()
isDefaultPrimaryKey
boolean isDefaultPrimaryKey()
Copyright (c) 2012 Oracle. All rights reserved.