Morphia - MongoDB Integration [morphia] module
This module is for the Play 1.x series only.
IMPORTANT NOTE for those who use Long
type ID: There is an urgent issue reported by Peksa: Version 1.2.11 and up reset Long id generation in production system
Seamlessly MongoDB access integration with Play’s Model interface.
Notes:
- v1.2.7 does not support Play-1.2.3 or below, please use v1.2.6 if you are using play-1.2.3
- v1.2.2beta1 does not support Play-1.1 or below. Please use v1.2beta6 if you are using play-1.1
http://github.com/greenlaw110/play-morphia
Written by Green Luo.
Published releases
1.2.12 | Nov 02 2012 | Documentation | Try Play |
1.2.11 | Oct 26 2012 | Documentation | Try Play |
1.2.10 | Oct 24 2012 | Documentation | Try Play |
1.2.9 | Jul 18 2012 | Documentation | Try Play |
1.2.8-RC1 | Jun 10 2012 | Documentation | Try Play |
1.2.7 | May 27 2012 | Documentation | Try Play |
1.2.6a | Mar 29 2012 | Documentation | Try Play |
1.2.5a | Mar 10 2012 | Documentation | Try Play |
1.2.4d | Jan 16 2012 | Documentation | Try Play |
1.2.4c | Jan 09 2012 | Documentation | Try Play |
1.2.4b | Nov 16 2011 | Documentation | Try Play |
1.2.4a | Nov 15 2011 | Documentation | Try Play |
1.2.4 | Nov 14 2011 | Documentation | Try Play |
1.2.3d | Sep 28 2011 | Documentation | Try Play |
1.2.3c | Sep 23 2011 | Documentation | Try Play |
1.2.3beta1 | Sep 07 2011 | Documentation | Try Play |
1.2.2beta1 | Aug 27 2011 | Documentation | Try Play |
1.2.1beta6 | Jun 23 2011 | Documentation | Try Play |
1.2.1beta5 | Jun 21 2011 | Documentation | Try Play |
1.2.1beta4 | Jun 06 2011 | Documentation | Try Play |
1.2.1beta3 | May 24 2011 | Documentation | Try Play |
1.2.1beta2 | Apr 28 2011 | Documentation | Try Play |
1.2.1beta1 | Apr 08 2011 | Documentation | Try Play |
1.2beta6 | Apr 01 2011 | Documentation | Try Play |
1.2beta5 | Mar 26 2011 | Documentation | Try Play |
1.2beta4 | Feb 16 2011 | Documentation | Try Play |
1.2beta3 | Jan 18 2011 | Documentation | Try Play |
1.2beta2 | Dec 12 2010 | Documentation | Try Play |
1.1d | Dec 12 2010 | Documentation | Try Play |
1.2beta | Dec 06 2010 | Documentation | Try Play |
1.1c | Oct 12 2010 | Documentation | Try Play |
To install locally this module use the install
command:
play install morphia-{version}
To add this module as dependency of your application, add it to the dependencies.yml file:
require:
- play -> morphia {version}