Community
Participate
Working Groups
The current mechanism to specify extension is to use equivalent of following code ExtensionManager extMgr = serverSession.getDescriptor(entityClass).getExtensionManager(); extMgr.addExtension(fieldName,...); As you can see, a descriptor for given entity is required to add extension. Getting to descriptor results in deploy(). It would be nice to have a mechanism that does not trigger deploy. Filling this as a tracking RFE as per discussion with Doug.
Added to requirements for Flex Column feature
We will need to discuss what happens if a non-connected session has an extension added that already exists and is simply not visible because we have not connected yet.
How does the non-connected use case work? i.e. how would the user add extensions in this case?
The Eclipselink project has moved to Github: https://github.com/eclipse-ee4j/eclipselink