Package org.hibernate.type

Examples of org.hibernate.type.ManyToOneType


   *
   * @deprecated see http://opensource.atlassian.com/projects/hibernate/browse/HHH-5182
   */
  public static Type entity(String entityName) {
    // not really a many-to-one association *necessarily*
    return new ManyToOneType( entityName );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.type.ManyToOneType

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.