Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Storing a Map<String,String> using JPA

java jpa orm jpa-2.0

Do I need <class> elements in persistence.xml?

Multiple columns index when using the declarative ORM extension of sqlalchemy

Are there good reasons not to use an ORM? [closed]

c# orm enterprise

org.hibernate.MappingException: Could not determine type for: java.util.List, at table: College, for columns: [org.hibernate.mapping.Column(students)]

java hibernate orm

NHibernate vs LINQ to SQL

Why does Hibernate require no argument constructor?

Filter by property

python django orm

How Pony (ORM) does its tricks?

How to map calculated properties with JPA and Hibernate

JPQL IN clause: Java-Arrays (or Lists, Sets...)?

sql orm jpa jpql named-query

Why should you use an ORM? [closed]

database orm

flask-sqlalchemy or sqlalchemy

Hibernate Error: org.hibernate.NonUniqueObjectException: a different object with the same identifier value was already associated with the session

java hibernate orm

PHP ORMs: Doctrine vs. Propel

php orm symfony1 doctrine propel

What is the difference between persist() and merge() in JPA and Hibernate?

java hibernate jpa orm entity

How to annotate MYSQL autoincrement field with JPA annotations

java mysql orm jpa annotations

What's the use of session.flush() in Hibernate

java hibernate orm

SQLAlchemy: how to filter date field?

What is Persistence Context?

java jpa orm persistence