persistdotnet-announce Mailing List for Persist.NET
Brought to you by:
vdaron
You can subscribe to this list here.
2003 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(3) |
---|
From: Vincent D. <vd...@us...> - 2003-12-31 13:47:28
|
Warning, API and schema structure have change a bit. New Features : Some Documentation : There is documentation in code Methods/Class/...). Not complete, but it's a first step ;) CountStatement : To create SELECT COUNT(*) ... statements. FreeSqlStatement : To execute the query specified as string, usefull to use some database specific extentions. CriteriaConditionSet : This allow WHERE Filters like this : WHERE ((xx > 3)AND(YY =3D "foo")OR YY =3D "bar". Configuration rewritten (Creation must be completed). Web Site. Wiki in Place for more precise documentation (Tutorials,...) Type Renames: Persist.Criteria.DeleteCriteria =3D> Persist.Statements.DeleteStatement Persist.Criteria.RetrieveCriteria =3D> Persist.Statements.RetrieveStatement IdGenerators are in Persist.IdGenerators Namespace XML Schema changes: - IdGenerators are'nt assigned to a Database anymore - ClassMap have a attribute "name" used by Associations to reference the classMap.This avoid the ClassMap Type duplication in schema. - IdGenerators and Converters are now attributes of AttributeMap XmlElement. --=20 Vincent Daron Analyst Programmer ASK sa. |
From: Vincent D. <vd...@as...> - 2003-12-16 17:58:52
|
From: <tr...@ti...> - 2003-12-16 17:27:01
|
test |