r2326 - in trunk: . topia-persistence/src/main/java/org/nuiton/topia/persistence
Author: tchemit Date: 2011-09-12 12:46:03 +0200 (Mon, 12 Sep 2011) New Revision: 2326 Url: http://nuiton.org/repositories/revision/topia/2326 Log: T?\195?\162che #1736: Updates to nuiton-utils 2.3 Evolution #1679: add missing constants for field on TopiaEntity Modified: trunk/pom.xml trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2011-09-09 16:05:26 UTC (rev 2325) +++ trunk/pom.xml 2011-09-12 10:46:03 UTC (rev 2326) @@ -68,7 +68,7 @@ <!-- libs version --> <eugeneVersion>2.3.5</eugeneVersion> - <nuitonUtilsVersion>2.2</nuitonUtilsVersion> + <nuitonUtilsVersion>2.3</nuitonUtilsVersion> <processorPluginVersion>1.2.1</processorPluginVersion> <nuitonI18nVersion>2.4.1</nuitonI18nVersion> <xmlrpcVersion>3.1.2</xmlrpcVersion> Modified: trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java =================================================================== --- trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java 2011-09-09 16:05:26 UTC (rev 2325) +++ trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntity.java 2011-09-12 10:46:03 UTC (rev 2326) @@ -5,7 +5,7 @@ * $Id$ * $HeadURL$ * %% - * Copyright (C) 2004 - 2010 CodeLutin + * Copyright (C) 2004 - 2010 CodeLutin, Chemit Tony * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -73,6 +73,10 @@ String TOPIA_VERSION = "topiaVersion"; + String COMPOSITE = "composite"; + + String AGGREGATE = "aggregate"; + /** * Unique technical Id of the entity. This id contains the full qualified * name of the entity interface. This id has also an index and his used to Modified: trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java =================================================================== --- trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java 2011-09-09 16:05:26 UTC (rev 2325) +++ trunk/topia-persistence/src/main/java/org/nuiton/topia/persistence/TopiaEntityContextable.java 2011-09-12 10:46:03 UTC (rev 2326) @@ -5,7 +5,7 @@ * $Id$ * $HeadURL$ * %% - * Copyright (C) 2011 Codelutin, Chatellier Eric + * Copyright (C) 2011 Codelutin, Chatellier Eric, Chemit Tony * %% * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU Lesser General Public License as @@ -39,6 +39,8 @@ * By : $Author$ */ public interface TopiaEntityContextable extends TopiaEntity { + + String TOPIA_CONTEXT = "topiaContext"; /** * Set topia context.
participants (1)
-
tchemit@users.nuiton.org