Re: ObjektIds (PK, serialisierbar) nett als String darstellen



On 5 Mai, 00:15, Peter Büttner <not_for_mail_...@xxxxxxx> wrote:
Hi

Mein Wunsch:
------------
* ObjektIds als String merken (serialisierbare PK von Datenbanken,
per ORM als java objekt gemappt - hier speziell Hibernate)
* halbwegs lesbar (für den techniker)
* gut in urls verwendbar
* muß nicht schnell sein (darf aber)
* auch in xml ohne groß escaped zu werden (also selbst kein xml?)

Wie wäre es mit

http://www.heinerkuecker.de/StringSerial.html

Einfach noch URL-Enocding drumherum wrappen.

--
Heiner Kücker
www.heinerkuecker.de

.



Relevant Pages

  • Re: Does the DataSet have a future?
    ... I believe Java will not be able to catch .NET. ... >>I have recently finished reading 'Hibernate In Action' by Christian Bauer ... >> Is a true ORM solution superior to the DataSet, ...
    (microsoft.public.dotnet.framework.adonet)
  • Re: mySQL
    ... An ORM is an Object Relational Mapping tool or framework. ... In Hibernate, for example you can create a class & provide a simple XML file ... objects for you & you do not need to write any sql. ... to have a reasonable understanding of how databases work though when using ...
    (comp.lang.java.help)
  • Re: Does the DataSet have a future?
    ... >I have recently finished reading 'Hibernate In Action' by Christian Bauer ... I'm quite impressed with the functionality that is ... I get the sense from following the Java ... > Is a true ORM solution superior to the DataSet, ...
    (microsoft.public.dotnet.framework.adonet)
  • Hibernate =?UTF-8?B?ZsO8ciBEZWxwaGk6IGF1dG9tYXRpc2NoZSBEZWxwaGkt?= =?UTF-8?B?S2xhc3NlbmdlbmV
    ... Im Bereich des Reverse Engineering grosser Datenbanken könnte diese Quelltextgenerierung Zeit sparen. ... procedure SetDate(const Value: TDateTime); ...
    (de.comp.lang.delphi.misc)
  • Re: PHP MySQL object question
    ... class SpecialCar extends Car ... But even here you don't need an ORM to do your work. ... I suspect it takes me less time to create the classes from my skeletons than it does you to implement the same code in Hibernate. ... Products like Hibernate are good for beginning programmers; they are OK for programmers with fair experience. ...
    (comp.lang.php)