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.
getMasterEntityContainer
EntityContainer getMasterEntityContainer()
getEmbeddedClassType
Class<?> getEmbeddedClassType()
Copyright © 2013 Vaadin Ltd. All rights reserved.