java - NativeSQLQueryPlan in Hibernate? -
i want know why hibernate generates nativesqlqueryplan
(query plan native queries). also, how can skip query cache plan native queries?
i doing bulk data operation, , there firing native queries, getting outofmemoryexception
because hibernate caching resultset
, query plans. have native queries in logic (no named query).
Comments
Post a Comment