mirror of
https://github.com/swisskyrepo/PayloadsAllTheThings.git
synced 2025-01-18 01:15:25 +00:00
Added Summary in Hibernate Query Language Injection
This commit is contained in:
parent
4d94e553b9
commit
d41e0d33bd
@ -1,6 +1,12 @@
|
|||||||
# Hibernate Query Language Injection
|
# Hibernate Query Language Injection
|
||||||
|
|
||||||
> Hibernate ORM (Hibernate in short) is an object-relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database. - Wikipedia
|
> Hibernate ORM (Hibernate in short) is an object-relational mapping tool for the Java programming language. It provides a framework for mapping an object-oriented domain model to a relational database. - Wikipedia
|
||||||
|
## Summary
|
||||||
|
|
||||||
|
* [HQL Comments](#hql-comments)
|
||||||
|
* [HQL List Columns](#hql-list-columns)
|
||||||
|
* [HQL Error Based](#hql-error-based)
|
||||||
|
* [References](#references)
|
||||||
|
|
||||||
## HQL Comments
|
## HQL Comments
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user