]
Steven Hawkins commented on TEIID-4492:
---------------------------------------
This doesn't appear to be in 8.12.6.6_3? Do you mean that it will be targeted to
8.12.7.6_3? Normally John will update the issue once the commit has been made.
When using annotations, add option that specifies all child classes
to register as part of the JDG schema
---------------------------------------------------------------------------------------------------------
Key: TEIID-4492
URL:
https://issues.jboss.org/browse/TEIID-4492
Project: Teiid
Issue Type: Enhancement
Components: Misc. Connectors
Affects Versions: 9.2
Reporter: Van Halbert
Assignee: Van Halbert
Fix For: 9.2, 8.12.6.6_3
Attachments: jdg-remote-cache-pojos.jar, jdg-remote-cache-vdb.xml,
standalone.xml
When using protobuf annotations, need to specify all the child related (e.g, 1-to-1
relationship or 1-to-many relationship) pojo's that also need to be registered with
the JDG schema. When these are registered, JDG will auto generate the .proto file and
marshallers used by the schema. Which is the information used by the hot rod translator
to create the source models.