Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

How to use JUnit and Hibernate usefully?

Is there a generic way of using AutoMapper's ValueResolver to map EntityKey values for EF Entities?

How can you remove a criterion from criteria?

select from two tables using JPQL

java orm jpa-2.0 jpql openjpa

Control sort order of Hibernate EnumType.STRING properties

java hibernate orm enums hql

what is the difference between Hibernate.initialize and eager fetching

hibernate orm

EclipseLink: don't fetch some fields by default

java orm jpa eclipselink jpql

Are there ORM (OKM) for key-value stores?

database orm nosql

How does hibernate populate ids of auto generated fields?

sql database hibernate orm

How can I use the F() object to do this with the Django ORM?

django datetime orm

Adding custom data type (geometry) in Doctrine 2.1.7. Method canRequireSQLConversion() is not called

Migration from Hibernate 3 to 4 slows down startup

Select count with "where" using CriteriaBuilder

hibernate jpa orm

How to Design Domain Layer Objects to Represent Multiple Objects & Single Object in Zend Framework?

php zend-framework orm

Choosing ISAM rather than SQL

sql orm isam

Is there an NHibernate killer out there?

How to force Hibernate 3.3 or 3.5 to use CGLib instead of Javassist?

java hibernate orm cglib

Using @ElementCollection in CriteriaQuery (or Querying over the content of an @ElementCollection)

java orm jpa-2.0 criteria-api

Does HQL query always hit database and get results?

java hibernate orm hql criteria

How to get values for child objects using Dapper ORM?

c#-4.0 orm dapper