Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dali-dev] New plugins

Hi gal,

Interesting - is this also the extension points I should look into
if i wanted to

a) provide extra annotations (for e.g hibernate specific ones)

b) provide support for alternative formats ?

or am i just still dreaming here ;)

/max

Hey guys,

I have split up our jst.jpa plugins into a few new ones and committed
them to cvs.  Here is the list of core plugins with the new plugins *'d

org.eclipse.jst.jpa.core
org.eclipse.jst.jpa.core.java*
org.eclipse.jst.jpa.core.mappings
org.eclipse.jst.jpa.core.mappings.java*
org.eclipse.jst.jpa.core.xml*


Brief description of these plugins:

* The core plugin defines an extension point for persistenceFileContent
    * The core.java plugin extends persistenceFileContent for java files
    * The core.xml plugin extends persistenceFileContent for xml files
      (need to make this based on the orm.xsd content type)

    * The core.java plugin define and extension point for the
      persistentTypeMapping
    * The core.mappings.java plugin extends persistentTypeMapping for
      Entity(will also do this for MappedSuperclass and Embeddable
      eventually
    * There is no core.mappings.xml plugin because we will not provide
      extension points for new PersistentTypeMapping in xml.






--
--
Max Rydahl Andersen
callto://max.rydahl.andersen

Hibernate
max@xxxxxxxxxxxxx
http://hibernate.org

JBoss a division of Red Hat
max.andersen@xxxxxxxxx


Back to the top