Update of 
/cvsroot/xdoclet-plugins/xdoclet-plugins/plugin-hibernate/src/main/java/org/xdoclet/plugin/hibernate/qtags/parameter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31886/parameter

Added Files:
        FlushMode.java 
Log Message:
Added missing tag classes

--- NEW FILE: FlushMode.java ---
/*
 * Copyright (c) 2003
 * XDoclet Team
 * All rights reserved.
 */
package org.xdoclet.plugin.hibernate.qtags.parameter;

/**
 * @author Anatol Pomozov
 */
public interface FlushMode {
    /**
     * Declaration of flush mode for queries
     *
     * @qtags.allowed-value auto
     * @qtags.allowed-value never
     * @qtags.allowed-value always
     */
    String getFlushMode();
}


-------------------------------------------------------
This SF.Net email is sponsored by: NEC IT Guy Games.
Get your fingers limbered up and give it your best shot. 4 great events, 4
opportunities to win big! Highest score wins.NEC IT Guy Games. Play to
win an NEC 61 plasma display. Visit http://www.necitguy.com/?r=20
_______________________________________________
xdoclet-plugins-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/xdoclet-plugins-commits

Reply via email to