org.eclipse.jpt.core.jpa2.context
Interface SequenceGenerator2_0
- All Superinterfaces:
- Generator, org.eclipse.core.runtime.IAdaptable, IResourcePart, JpaContextNode, JpaNode, Model, SequenceGenerator
- All Known Subinterfaces:
- OrmSequenceGenerator2_0
public interface SequenceGenerator2_0
- extends SequenceGenerator
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:
- 2.3
- Version:
- 2.3
| Methods inherited from interface org.eclipse.jpt.core.context.Generator |
duplicates, getAllocationSize, getDbCatalog, getDbSchema, getDbSchemaContainer, getDefaultAllocationSize, getDefaultInitialValue, getInitialValue, getName, getSpecifiedAllocationSize, getSpecifiedInitialValue, isVirtual, overrides, setName, setSpecifiedAllocationSize, setSpecifiedInitialValue |
| Methods inherited from interface org.eclipse.jpt.utility.model.Model |
addChangeListener, addCollectionChangeListener, addListChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, removeChangeListener, removeCollectionChangeListener, removeListChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener |
| Methods inherited from interface org.eclipse.core.runtime.IAdaptable |
getAdapter |
SPECIFIED_CATALOG_PROPERTY
static final java.lang.String SPECIFIED_CATALOG_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_CATALOG_PROPERTY
static final java.lang.String DEFAULT_CATALOG_PROPERTY
- See Also:
- Constant Field Values
SPECIFIED_SCHEMA_PROPERTY
static final java.lang.String SPECIFIED_SCHEMA_PROPERTY
- See Also:
- Constant Field Values
DEFAULT_SCHEMA_PROPERTY
static final java.lang.String DEFAULT_SCHEMA_PROPERTY
- See Also:
- Constant Field Values
getCatalog
java.lang.String getCatalog()
- Return the specified catalog if present, otherwise return the default
catalog.
getSpecifiedCatalog
java.lang.String getSpecifiedCatalog()
setSpecifiedCatalog
void setSpecifiedCatalog(java.lang.String value)
getDefaultCatalog
java.lang.String getDefaultCatalog()
getSchema
java.lang.String getSchema()
- Return the specified schema if present, otherwise return the default
schema.
getSpecifiedSchema
java.lang.String getSpecifiedSchema()
setSpecifiedSchema
void setSpecifiedSchema(java.lang.String value)
getDefaultSchema
java.lang.String getDefaultSchema()