<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.paquitosoft.com/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.paquitosoft.com/dokuwiki/feed.php">
        <title>PaquitoSoft's Projects Wiki</title>
        <description></description>
        <link>http://www.paquitosoft.com/dokuwiki/</link>
        <image rdf:resource="http://www.paquitosoft.com/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2009-10-10T22:13:36+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:finder&amp;rev=1255107434&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=finder&amp;rev=1255107413&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=remove&amp;rev=1231500391&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:remove&amp;rev=1231500369&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:using_library&amp;rev=1231500326&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=using_library&amp;rev=1231500273&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:lightweight_model_layer_lml&amp;rev=1222688242&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=lightweight_model_layer_lml&amp;rev=1222688225&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:changelog&amp;rev=1222688207&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=changelog&amp;rev=1222687986&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.paquitosoft.com/dokuwiki/doku.php?id=annotations&amp;rev=1217950533&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.paquitosoft.com/dokuwiki/lib/images/favicon.ico">
        <title>PaquitoSoft's Projects Wiki</title>
        <link>http://www.paquitosoft.com/dokuwiki/</link>
        <url>http://www.paquitosoft.com/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:finder&amp;rev=1255107434&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T18:57:14+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>es:finder</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=es:finder&amp;rev=1255107434&amp;do=diff</link>
        <description>API


    /**
     * 
     * @param query
     * @param entityType
     * @param detailLevel
     * @param params
     * @return collection of entities
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; List&lt;T&gt; finder(String query, Class&lt;T&gt; entityType, Integer detailLevel, Object ... params) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=finder&amp;rev=1255107413&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-10-09T18:56:53+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>finder</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=finder&amp;rev=1255107413&amp;do=diff</link>
        <description>API


    /**
     * 
     * @param query
     * @param entityType
     * @param detailLevel
     * @param params
     * @return collection of entities
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; List&lt;T&gt; finder(String query, Class&lt;T&gt; entityType, Integer detailLevel, Object ... params) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=remove&amp;rev=1231500391&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T12:26:31+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>remove</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=remove&amp;rev=1231500391&amp;do=diff</link>
        <description>API


    /**
     * This method removes an entity from the database.
     * 
     * @param entity to be removed
     * @return removed entity
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; T remove(T entity) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:remove&amp;rev=1231500369&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T12:26:09+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>es:remove</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=es:remove&amp;rev=1231500369&amp;do=diff</link>
        <description>API


    /**
     * This method removes an entity from the database.
     * 
     * @param entity to be removed
     * @return removed entity
     * @throws InternalErrorException (DataNotFoundException, ReflectionException)
     */
    public &lt;T&gt; T remove(T entity) throws InternalErrorException;</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:using_library&amp;rev=1231500326&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T12:25:26+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>es:using_library</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=es:using_library&amp;rev=1231500326&amp;do=diff</link>
        <description>La clase principal que debe ser usada es ILMLFacade. En realidad no es una clase sino una interfaz, que expone la funcionalidad de la librería.
 
La implementación de esta librería está en la clase LMLFacadeImpl. La forma de obtener instancias de esta implementación es a través de la clase LMLFacadeFactory.</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=using_library&amp;rev=1231500273&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2009-01-09T12:24:33+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>using_library</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=using_library&amp;rev=1231500273&amp;do=diff</link>
        <description>Main class you should use is ILMLFacade. Actually this is an interface and it provides library functionality.
 
The implementation class is LMLFacadeImpl. To get an instance of this one you should use LMLFacadeFactory.


 Ejemplo: (Read customer info using his identifier)</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:lightweight_model_layer_lml&amp;rev=1222688242&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T13:37:22+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>es:lightweight_model_layer_lml</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=es:lightweight_model_layer_lml&amp;rev=1222688242&amp;do=diff</link>
        <description>Bienvenid@! Este wiki es el lugar principal donde buscar documentación sobre el proyecto LML.

 Cualquier sugerencia/comentario será bienvenido: paquitosoftware en gmail.com

Qué es LML?


LML en un pequeño (87Kb) motor de persistencia, fácil de usar, escrito en Java (versión 1.5+), cuyo principal objetivo es librar, en la mayor medida posible, al programador de la tarea de la comunicación entre su aplicación y la base de datos que la alimenta. 
Es indudable que hoy en día la mayoría de las apli…</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=lightweight_model_layer_lml&amp;rev=1222688225&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T13:37:05+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>lightweight_model_layer_lml</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=lightweight_model_layer_lml&amp;rev=1222688225&amp;do=diff</link>
        <description>Welcome! This wiki is the main place for you to find LML project documentation.

 Any comment/suggestion will be welcome: paquitosoftware en gmail.com

What is LML?


LML is a small (87kb) persistence engine, easy to use, written in Java (version 1.5+), whose main objective is to free developers, as much as it can, of the task of comunicating his application core with the database wich feeds it.
There's no doubt nowadays most applications use a RMDB as information store and one of the main ans r…</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=es:changelog&amp;rev=1222688207&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T13:36:47+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>es:changelog</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=es:changelog&amp;rev=1222688207&amp;do=diff</link>
        <description>*  Versión inicial.

	*  Corrección: Había un problema en el método ILMLFacade.finder() al utilizar consultas del tipo 'SELECT * FROM'. Al utilizar el asterisco, el método funcionaba mal y no completaba los resultados según el nivel de detalle proporcionado.
	*  Corrección: Si se producía un error al inicializar el pool (ej: sin acceso a base de datos), éste guardaba objetos de conexión nulos con los consiguientes errores al recuperarse del error.
	*  Corrección: El método ModelUtilities.insertV…</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=changelog&amp;rev=1222687986&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-09-29T13:33:06+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>changelog</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=changelog&amp;rev=1222687986&amp;do=diff</link>
        <description>*  Initial version.

	*  Fix: There was an error in ILMLFacade.finder() method when usign 'SELECT * FROM' queries. Using '*' caused the library to not fill the results.
	*  Fix: If there was an error while initializing connection pool, the latter kept corrupted.
	*  Fix: ModelUtilities.insertValueIntoQuery() had an error when comparing value type against date types.
	*  Fix: ActionProcessor was trying to release connections after executing actions even when connection was null (for example: due …</description>
    </item>
    <item rdf:about="http://www.paquitosoft.com/dokuwiki/doku.php?id=annotations&amp;rev=1217950533&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2008-08-05T17:35:33+02:00</dc:date>
        <dc:creator>paquitosoft</dc:creator>
        <title>annotations</title>
        <link>http://www.paquitosoft.com/dokuwiki/doku.php?id=annotations&amp;rev=1217950533&amp;do=diff</link>
        <description>Annotations are the basis for the communication between your application and LML. The are used for the engine to know about your entities, their relationships and how they are reflected in the database.
 

 
First of all, a summary of the annotations:</description>
    </item>
</rdf:RDF>
