com.vaadin.addon.jpacontainer.fieldfactory
Interface EmbeddableEditor

All Known Implementing Classes:
ElementCollectionEditor, EmbeddedForm

public interface EmbeddableEditor

A field that edits Embeddable or ElementCollection should implement this interface. FieldFactory can then provide a rudimentary support for relations from the Embedded object.


Method Summary
 Class<?> getEmbeddedClassType()
           
 EntityContainer getMasterEntityContainer()
           
 

Method Detail

getMasterEntityContainer

EntityContainer getMasterEntityContainer()

getEmbeddedClassType

Class<?> getEmbeddedClassType()


Copyright © 2013 Vaadin Ltd. All rights reserved.