Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in orm

Generating LINQ to DB2?

.net orm db2 data-access-layer

Problem when persisting Entity

java hibernate orm jpa

Using DI with a shared library across applications

Are Oracle Synonyms Supported in Entity Framework?

c# oracle entity-framework orm

Evict dependant collections together with parent entity

java hibernate orm

Many-to-many in sqlalchemy. Preventing SQLAlchemy from inserting into a table if a tag already exists

how to get query string from a javax.persistence.Query?

java jpa orm query-string

How to have a version control in django?

How to use Date Only as data type in Entity Framework [duplicate]

Union over fields having different names using peewee

python sql orm peewee

Prevent Adding New Record on Related Table Entity in Entity Framework

Unit of Work pattern - managing parent child relationships

Extending Doctrine Entity in order to add business logic

NHibernate Has-Many Collection With Cascading Deletes is Failing

How to write union query in doctrine?

Django case insensitive "distinct" query

python django orm

Entity Framework Reference constraint error on delete when using selectmany

c# entity-framework orm

Hibernate criteria with restrictions on children

Rails has-many-through equivalent in ASP.NET MVC3

How do I model a many-to-many relationship over 3 tables in SQLAlchemy (ORM)?

python sql orm sqlalchemy