Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Specifying an Index (Non-Unique Key) Using JPA

@Basic(optional = false) vs @Column(nullable = false) in JPA

java orm jpa

JPA: How to have one-to-many relation of the same Entity type

How can you do paging with NHibernate?

.net nhibernate orm pagination

What are detached, persistent and transient objects in hibernate?

java hibernate 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