Uses of Interface
org.eclipse.persistence.jpa.jpql.tools.spi.IConstructor
-
Packages that use IConstructor Package Description org.eclipse.persistence.jpa.jpql.tools 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 IConstructor in org.eclipse.persistence.jpa.jpql.tools
Methods in org.eclipse.persistence.jpa.jpql.tools that return IConstructor Modifier and Type Method Description IConstructor[]GenericSemanticValidatorHelper. getConstructors(Object type) -
Uses of IConstructor in org.eclipse.persistence.jpa.jpql.tools.spi
Methods in org.eclipse.persistence.jpa.jpql.tools.spi that return types with arguments of type IConstructor Modifier and Type Method Description Iterable<IConstructor>IType. constructors()Returns the external representation of the Java class's constructors.
-