Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.spi.IEmbeddable
-
Packages that use IEmbeddable 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. -
-
Uses of IEmbeddable in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi that return IEmbeddable Modifier and Type Method Description IEmbeddableIManagedTypeProvider. getEmbeddable(String typeName)Retrieves theIEmbeddablefor the given fully qualified type name.IEmbeddableIManagedTypeProvider. getEmbeddable(IType type)Retrieves theIEmbeddablewith the givenIType.Methods in org.eclipse.persistence.jpa.jpql.tools.spi with parameters of type IEmbeddable Modifier and Type Method Description voidIManagedTypeVisitor. visit(IEmbeddable embeddable)Visits the givenIEmbeddableobject.
-