Uses of Class
org.teiid.translator.jpa.JPAPlugin.Event
-
Packages that use JPAPlugin.Event Package Description org.teiid.translator.jpa -
-
Uses of JPAPlugin.Event in org.teiid.translator.jpa
Methods in org.teiid.translator.jpa that return JPAPlugin.Event Modifier and Type Method Description static JPAPlugin.Event
JPAPlugin.Event. valueOf(String name)
Returns the enum constant of this type with the specified name.static JPAPlugin.Event[]
JPAPlugin.Event. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-