Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Can I refactor my setup of multiple user types using the same table differently/in a more Cake way?

php cakephp orm cakephp-3.0

How to resolve related foreign key at insert time using SQLAlchemy?

Howto implement Spring Security User/Authorities with Hibernate/JPA2?

Clearing session, flushing, refreshing, after hibernate bulk updates?

How can I optimize this query produced by SQLAlchemy?

mysql sql orm sqlalchemy

Symfony2 - doctrine:create in Production

Can JPA/Hibernate be combined with other persistence framework like jOOQ

java hibernate jpa orm jooq

Does Dapper support Enums?

c# orm dapper

How to reflect database objects using Pony ORM?

Hibernate mapping: ignore a super class field

How to map a set of enum type in Hibernate?

Kohana 3.0.x ORM: Read additional columns in pivot tables

orm kohana

ORM - Does the Database Schema Drive the Entity Composition or Vice-Versa?

DBunit generates java.lang.ClassCastException: java.lang.String cannot be cast to oracle.sql.CLOB when trying to load a CLOB field

java hibernate orm clob dbunit

Persisting a Collection class with ORMLite in android

Doctrine 2.1 Persist entity in preUpdate lifeCycleCallback

orm doctrine-orm

Doctrine2 Mapping: 2 fields mapped to one field (ManyToOne)

php orm doctrine-orm

doctrine2 mapping overwrite inherited inversedBy field from MappedSuperclass

Do Django ORM database queries block the server, or are they asynchronous?

Python peewee - select from multiple tables

python mysql sql orm peewee