Package org.hibernate.metamodel.domain

Examples of org.hibernate.metamodel.domain.BasicType


  }

  @Override
  public Type makeJavaType(String className) {
    // todo : have this perform some analysis of the incoming type name to determine appropriate return
    return new BasicType( className, makeClassReference( className ) );
  }
View Full Code Here

TOP

Related Classes of org.hibernate.metamodel.domain.BasicType

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.