Index: topia/src/java/org/codelutin/topia/generators/commons/ObjectModelToEntityPersistenceServiceInterfaceGenerator.java diff -u topia/src/java/org/codelutin/topia/generators/commons/ObjectModelToEntityPersistenceServiceInterfaceGenerator.java:1.2 topia/src/java/org/codelutin/topia/generators/commons/ObjectModelToEntityPersistenceServiceInterfaceGenerator.java:1.3 --- topia/src/java/org/codelutin/topia/generators/commons/ObjectModelToEntityPersistenceServiceInterfaceGenerator.java:1.2 Tue May 18 14:48:16 2004 +++ topia/src/java/org/codelutin/topia/generators/commons/ObjectModelToEntityPersistenceServiceInterfaceGenerator.java Fri May 28 15:40:16 2004 @@ -67,6 +67,13 @@ public void addTopiaEntityListener(TopiaEntityListener topiaEntityListener) throws TopiaException; /** + * Creates a transient tranferable <%=clazz.getName()%>. + * + * @return the transient transferable <%=clazz.getName()%>. + *) + public <%=clazz.getName()%> create() throws TopiaException; + + /** * Removes a TopiaEntityListener from the subscribers list. * @param topiaEntityListener - the TopiaEntityListener to remove from the subscribers. *)