Community
Participate
Working Groups
/** * The <code>"eclipselink.jdbc.allow-native-sql-queries"</code> property * specifies whether any user defined SQL is allowed within a persistence * unit. This is of particular importance within a multitenant to minimize * the potential impact of revealing multi tenant information. By default * any persistence unit containing at least one multitenant entity will * cause this flag to be set to 'false'. * <p> * Allowed Values (String): * <ul> * <li>"true" - (DEFAULT) allow native SQL * <li>"false" - do not allow native SQL. * </ul> * * @see Project#setAllowNativeSQLQueries(boolean) */
Deferred to 3.4.