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