Java en Castellano, Hibernate Framework, Struts Framework, Spring Framework y mucho más!!

Estabas buscando el significado de Hibernate Framework?? de Struts Framework?? Spring Framework?? Java Collections?? Empieza a investigar este blog. BIENVENIDO!!

Hibernate + Ant

Puede llamar a SchemaExport desde su script de construcción de Ant:



<target name="schemaexport">
    <taskdef name="schemaexport"
        classname="org.hibernate.tool.hbm2ddl.SchemaExportTask"
        classpathref="class.path"/>
    
    <schemaexport
        properties="hibernate.properties"
        quiet="no"
        text="no"
        drop="no"
        delimiter=";"
        output="schema-export.sql">
        <fileset dir="src">
            <include name="**/*.hbm.xml"/>
        </fileset>
    </schemaexport>
</target
>
Enviar esto por correo electrónicoBlogThis!Compartir en XCompartir en FacebookCompartir en Pinterest
Etiquetas: Ant, Hibernate

No hay comentarios.:

Publicar un comentario

Entrada más reciente Entrada antigua Página Principal
Suscribirse a: Comentarios de la entrada (Atom)

Ultimos Posts

  • ▼  2013 (18)
    • ▼  mayo (18)
      • Hibernate Fetch y Lazy Loading
      • Hibernate: Buenas Prácticas
      • Hibernate + Ant
      • Hibernate Filters
      • Hibernate HQL Sub Select (Subconsultas)
      • Hibernate HQL Group By
      • Hibernate HQL Order By
      • Hibernate HQL Join
      • Ejemplos de HQL
      • Interceptores y Eventos en Hibernate
      • Hibernate Criteria
      • ¿Qué es Hibernate?
      • Hibernate Mapping: Testear mapeos
      • Hibernate HQL con Eficiencia
      • Hibernate 3.3
      • Hibernate Criteria + Spring
      • Hibernate Annotations
      • Mapeo en Hibernate (hbm.xml)
  • ►  2010 (10)
    • ►  septiembre (1)
    • ►  julio (1)
    • ►  junio (8)
  • ►  2009 (9)
    • ►  septiembre (9)
  • ►  2008 (1)
    • ►  octubre (1)

Recibe novedades por email:

Recibe novedades por rss:
Add to Google Reader or Homepage
Subscribe in NewsGator Online
Add to My AOL
Add to netvibes
Subscribe in Bloglines
Add to Pageflakes

Tema Sencillo. Con tecnología de Blogger.