Re: [hibernate-dev] Envers in Hibernate
I like @TrackHistory /max @KeepHistory sounds well, it's straightforward to what it's going to do. I was thinking about @TrackChanges but you aren't really building "diff"s, so "history": @TrackHistory or @KeepHistory ? still including some flavour of the "version" should be better IMHO, as every programmer has some knowleger of version tracking ( I hope for them at least). @KeepVersions @TrackVersions @VersioningControlled ? 2008/10/25 Elias Ross <[EMAIL PROTECTED]>: On Fri, Oct 24, 2008 at 5:00 PM, Emmanuel Bernard <[EMAIL PROTECTED]> wrote: @StoreHistory @KeepHistory I probably like @Audited better though. @Historized sounds computer science-y and pretty cool. @Chronicled is also pretty cool sounding. "Audit" is right out. It means: "1 a: a formal examination of an organization's or individual's accounts or financial situation b: the final report of an audit 2: a methodical examination and review" .. You're not examining anything, really you're remembering. ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev -- /max ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Envers in Hibernate
Generally annotations on an entity are describing a quality of the entity, whereas a lot of these suggestions are describing actions to be done with or on behalf of the entity (e.g., its @Entity not @StoreInDatabase, its @Version not @UseToOptimisticlyLock, its @Id not @TrackIdentifierValue, etc). - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Mon, 2008-10-27 at 10:09 +0100, Max Rydahl Andersen wrote: > I like @TrackHistory > > /max > > > @KeepHistory sounds well, it's straightforward to what it's going to do. > > > > I was thinking about @TrackChanges but you aren't really building > > "diff"s, > > so "history": @TrackHistory or @KeepHistory ? > > > > still including some flavour of the "version" should be better IMHO, > > as every programmer > > has some knowleger of version tracking ( I hope for them at least). > > > > @KeepVersions @TrackVersions @VersioningControlled ? > > > > 2008/10/25 Elias Ross <[EMAIL PROTECTED]>: > >> On Fri, Oct 24, 2008 at 5:00 PM, Emmanuel Bernard > >> <[EMAIL PROTECTED]> wrote: > >>> @StoreHistory > >>> @KeepHistory > >>> > >>> I probably like @Audited better though. > >> > >> @Historized sounds computer science-y and pretty cool. @Chronicled is > >> also pretty cool sounding. > >> > >> "Audit" is right out. It means: "1 a: a formal examination of an > >> organization's or individual's accounts or financial situation b: the > >> final report of an audit 2: a methodical examination and review" .. > >> You're not examining anything, really you're remembering. > >> ___ > >> hibernate-dev mailing list > >> hibernate-dev@lists.jboss.org > >> https://lists.jboss.org/mailman/listinfo/hibernate-dev > >> > > ___ > > hibernate-dev mailing list > > hibernate-dev@lists.jboss.org > > https://lists.jboss.org/mailman/listinfo/hibernate-dev > > > ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Envers in Hibernate
The term 'audit' here is fairly well excepted in our field to mean exactly what we are talking about here. And besides, you cant use the dictionary to dismiss one possibility in favor of another that does not even exist in the dictionary ;) - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Fri, 2008-10-24 at 19:22 -0700, Elias Ross wrote: > On Fri, Oct 24, 2008 at 5:00 PM, Emmanuel Bernard > <[EMAIL PROTECTED]> wrote: > > @StoreHistory > > @KeepHistory > > > > I probably like @Audited better though. > > @Historized sounds computer science-y and pretty cool. @Chronicled is > also pretty cool sounding. > > "Audit" is right out. It means: "1 a: a formal examination of an > organization's or individual's accounts or financial situation b: the > final report of an audit 2: a methodical examination and review" .. > You're not examining anything, really you're remembering. > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
Re: [hibernate-dev] Envers in Hibernate
I know, but I still like it ;) /max Generally annotations on an entity are describing a quality of the entity, whereas a lot of these suggestions are describing actions to be done with or on behalf of the entity (e.g., its @Entity not @StoreInDatabase, its @Version not @UseToOptimisticlyLock, its @Id not @TrackIdentifierValue, etc). - Steve Ebersole Project Lead http://hibernate.org [EMAIL PROTECTED] Principal Software Engineer JBoss, a division of Red Hat http://jboss.com http://redhat.com [EMAIL PROTECTED] [EMAIL PROTECTED] On Mon, 2008-10-27 at 10:09 +0100, Max Rydahl Andersen wrote: I like @TrackHistory /max > @KeepHistory sounds well, it's straightforward to what it's going to do. > > I was thinking about @TrackChanges but you aren't really building > "diff"s, > so "history": @TrackHistory or @KeepHistory ? > > still including some flavour of the "version" should be better IMHO, > as every programmer > has some knowleger of version tracking ( I hope for them at least). > > @KeepVersions @TrackVersions @VersioningControlled ? > > 2008/10/25 Elias Ross <[EMAIL PROTECTED]>: >> On Fri, Oct 24, 2008 at 5:00 PM, Emmanuel Bernard >> <[EMAIL PROTECTED]> wrote: >>> @StoreHistory >>> @KeepHistory >>> >>> I probably like @Audited better though. >> >> @Historized sounds computer science-y and pretty cool. @Chronicled is >> also pretty cool sounding. >> >> "Audit" is right out. It means: "1 a: a formal examination of an >> organization's or individual's accounts or financial situation b: the >> final report of an audit 2: a methodical examination and review" .. >> You're not examining anything, really you're remembering. >> ___ >> hibernate-dev mailing list >> hibernate-dev@lists.jboss.org >> https://lists.jboss.org/mailman/listinfo/hibernate-dev >> > ___ > hibernate-dev mailing list > hibernate-dev@lists.jboss.org > https://lists.jboss.org/mailman/listinfo/hibernate-dev -- /max ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev
[hibernate-dev] Hibernate search 3.1.0 Beta2: focus on lock contention
This performance and stability focused beta is out http://in.relation.to/Bloggers/HibernateSearch310Beta2FocusOnLockContention Special thanks to Sanne for all the work on the Lucene backend. CR1 is planned mid-november-ish with a GA following shortly. The CR will contains some additional Lucene 2.4 alignments, performance optimization we have in mind and a few additional features (if time permits). -- Emmanuel Bernard http://in.relation.to/Bloggers/Emmanuel | http://blog.emmanuelbernard.com | http://twitter.com/emmanuelbernard Hibernate Search in Action (http://is.gd/Dl1) ___ hibernate-dev mailing list hibernate-dev@lists.jboss.org https://lists.jboss.org/mailman/listinfo/hibernate-dev