Active Record Queries in Rails 3
Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes. http://railscasts.com/episodes/202-active-record-queries-in-rails-3
Rails 3 introduces a new query interface for performing finds in Active Record. See how it works along with the changes in named scopes. http://railscasts.com/episodes/202-active-record-queries-in-rails-3
Learn how SQL Azure has evolved and what new capabilities are planned for upcoming versions. Hear about future RDBMS capabilities in the Cloud and the integration of SQL Azure with other services.
Although ActiveRecord and the new Rails ORMs are optimized for general use cases with relational databases, most enterprise applications will not preform well enough using just the out-of-the-box functionality. Further, since often the ORMs do such a good job of hiding details when interfacing with the database, issues that might …
This Jazoon 2010 session presents the new features of Hibernate and in particular the one coming from Java Persistence 2. Itl explores the new type-safe Criteria API as well as its close brother the new Hibernate Static metamodel generator; the new locking options and their consequences for your applications; Infinispan’s …
Learn common patterns that will help you build applications that seamlessly scale. This session will cover topics such as data access, parallel processing, and managing work using queues.
This video introduces the OpenSource library Hades that significantly eases implementing data access layers with JPA. It takes the audience on a guided tour through code samples introducing the features of Hades: * Executing queries by only declaring interface methods * Extending the EntityManager to provide a typed interface, programmatic …