org.eclipse.jpt.core.context.orm
Interface OrmGeneratorHolder

All Superinterfaces:
GeneratorHolder, org.eclipse.core.runtime.IAdaptable, JpaContextNode, JpaNode, Model
All Known Subinterfaces:
OrmEntity, OrmIdMapping

public interface OrmGeneratorHolder
extends GeneratorHolder

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.


Field Summary
 
Fields inherited from interface org.eclipse.jpt.core.context.GeneratorHolder
SEQUENCE_GENERATOR_PROPERTY, TABLE_GENERATOR_PROPERTY
 
Method Summary
 OrmSequenceGenerator addSequenceGenerator()
           
 OrmTableGenerator addTableGenerator()
           
 OrmSequenceGenerator getSequenceGenerator()
           
 OrmTableGenerator getTableGenerator()
           
 
Methods inherited from interface org.eclipse.jpt.core.context.GeneratorHolder
removeSequenceGenerator, removeTableGenerator
 
Methods inherited from interface org.eclipse.jpt.core.context.JpaContextNode
getEntityMappings, getOrmPersistentType, getPersistenceUnit
 
Methods inherited from interface org.eclipse.jpt.core.JpaNode
getJpaProject, getParent, getResource
 
Methods inherited from interface org.eclipse.jpt.utility.model.Model
addCollectionChangeListener, addCollectionChangeListener, addListChangeListener, addListChangeListener, addPropertyChangeListener, addPropertyChangeListener, addStateChangeListener, addTreeChangeListener, addTreeChangeListener, removeCollectionChangeListener, removeCollectionChangeListener, removeListChangeListener, removeListChangeListener, removePropertyChangeListener, removePropertyChangeListener, removeStateChangeListener, removeTreeChangeListener, removeTreeChangeListener
 
Methods inherited from interface org.eclipse.core.runtime.IAdaptable
getAdapter
 

Method Detail

getSequenceGenerator

OrmSequenceGenerator getSequenceGenerator()
Specified by:
getSequenceGenerator in interface GeneratorHolder

addSequenceGenerator

OrmSequenceGenerator addSequenceGenerator()
Specified by:
addSequenceGenerator in interface GeneratorHolder

getTableGenerator

OrmTableGenerator getTableGenerator()
Specified by:
getTableGenerator in interface GeneratorHolder

addTableGenerator

OrmTableGenerator addTableGenerator()
Specified by:
addTableGenerator in interface GeneratorHolder