Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

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

NHibernate Joined Subclass in Separate Assemblies

Large volume database updates with an ORM

How to batch delete using bulkUpdate

java hibernate spring orm

How do I insert collection of objects using MyBatis 3.x?

How to set database connection string in Waterline ORM

How to return an Enum using the addScalar() method with Hibernate

Using updateOrCreate for multiple data insert in Laravel

How to fetch associated entities with Hibernate

java spring hibernate jpa orm

Recursive include Sequelize?

How to handle JPA annotations for a pointer to a generic interface

Why is a sequence named hibernate_sequence being created with JPA using Hibernate with the Oracle 10g dialect?

java hibernate orm jpa oracle10g