|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JpaPlatformUi
This interface is to be implemented by a JPA vendor to provide extensions to
JPA UI functionality. This is intended to work in conjunction with a core
JPA platform (JpaPlatform
) implementation with the same ID.
Any implementation should be stateless in nature.
The "generic" extension supplies UI for the core platform extension with the same ID.
org.eclipse.jpt.ui.jpaPlatform extension point
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.
Method Detail |
---|
JpaNavigatorProvider buildNavigatorProvider()
JpaNavigatorProvider
, which determines
Project Explorer content and look
JpaStructureProvider buildStructureProvider(JpaFile jpaFile)
java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> defaultJavaAttributeMappingUiProviders()
java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> defaultOrmAttributeMappingUiProviders()
JpaDetailsProvider detailsProvider(JpaStructureNode contextNode)
void generateDDL(JpaProject project, org.eclipse.jface.viewers.IStructuredSelection selection)
void generateEntities(JpaProject project, org.eclipse.jface.viewers.IStructuredSelection selection)
JpaUiFactory getJpaUiFactory()
java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> javaAttributeMappingUiProviders()
java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> javaTypeMappingUiProviders()
java.util.Iterator<AttributeMappingUiProvider<? extends AttributeMapping>> ormAttributeMappingUiProviders()
java.util.Iterator<TypeMappingUiProvider<? extends TypeMapping>> ormTypeMappingUiProviders()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |