org.hibernate.cfg.QuerySecondPass Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of hibernate Show documentation
Show all versions of hibernate Show documentation
Relational Persistence for Java
//$Id: QuerySecondPass.java 9019 2006-01-11 18:50:33Z epbernard $
package org.hibernate.cfg;
/**
* Bind query
*
* @author Emmanuel Bernard
*/
public interface QuerySecondPass extends SecondPass {
}