| Package | Description |
|---|---|
| org.eclipse.persistence.jpa.jpql.tools.spi |
The Hermes SPI defines how the parser and its related features can retrieve information about
the JPA managed types from the application.
|
| Modifier and Type | Method and Description |
|---|---|
IMappedSuperclass |
IManagedTypeProvider.getMappedSuperclass(IType type)
Retrieves the
IEmbeddable with the given IType. |
IMappedSuperclass |
IManagedTypeProvider.getMappedSuperclass(String typeName)
Retrieves the
IMappedSuperclass for the given fully qualified type name. |
| Modifier and Type | Method and Description |
|---|---|
void |
IManagedTypeVisitor.visit(IMappedSuperclass mappedSuperclass)
Visits the given
IMappedSuperclass object. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.