Skip to content

Instantly share code, notes, and snippets.

@fernandojunior
Last active September 23, 2016 02:22
Show Gist options
  • Save fernandojunior/4a418c8f0f37e93af5e246eb18cb7468 to your computer and use it in GitHub Desktop.
Save fernandojunior/4a418c8f0f37e93af5e246eb18cb7468 to your computer and use it in GitHub Desktop.
hql jpql hibernate jpa
https://www.mkyong.com/hibernate/hibernate-criteria-examples/
http://docs.jboss.org/hibernate/orm/3.3/reference/en/html/querycriteria.html#querycriteria-narrowing
http://stackoverflow.com/questions/8895208/sqlalchemy-how-to-filter-date-field
http://stackoverflow.com/questions/9420418/hibernate-query-by-example-with-date
https://docs.jboss.org/hibernate/orm/3.6/reference/en-US/html/filters.html
https://gist.github.com/davide-romanini/921328
http://grepcode.com/file/[email protected][email protected]@org$hibernate$jpa$internal$EntityManagerFactoryImpl.java
http://grepcode.com/file/repo1.maven.org/maven2/org.hibernate/hibernate-entitymanager/4.3.10.Final/org/hibernate/jpa/spi/AbstractEntityManagerImpl.java#AbstractEntityManagerImpl.createQuery%28java.lang.String%29
http://grepcode.com/file/repo1.maven.org/maven2/org.hibernate/hibernate-core/4.3.10.Final/org/hibernate/internal/AbstractSessionImpl.java?av=h#AbstractSessionImpl
http://grepcode.com/file/repo1.maven.org/maven2/org.hibernate/hibernate-core/4.3.10.Final/org/hibernate/internal/QueryImpl.java#QueryImpl
blog.jbaysolutions.com/2012/12/17/jpa-2-relationships-many-to-many/
https://mvnrepository.com/artifact/com.querydsl/querydsl-jpa
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment