| 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 |
|---|---|
IEmbeddable |
IManagedTypeProvider.getEmbeddable(IType type)
Retrieves the
IEmbeddable with the given IType. |
IEmbeddable |
IManagedTypeProvider.getEmbeddable(String typeName)
Retrieves the
IEmbeddable for the given fully qualified type name. |
| Modifier and Type | Method and Description |
|---|---|
void |
IManagedTypeVisitor.visit(IEmbeddable embeddable)
Visits the given
IEmbeddable object. |
Copyright © 2007–2020 Eclipse.org - EclipseLink Project. All rights reserved.