Uses of Class
net.csdn.jpa.model.Model

Packages that use Model
net.csdn.jpa   
net.csdn.jpa.association   
net.csdn.jpa.model   
test.com.william.model   
 

Uses of Model in net.csdn.jpa
 

Fields in net.csdn.jpa with type parameters of type Model
static Map<String,Class<Model>> JPA.models
           
 

Uses of Model in net.csdn.jpa.association
 

Constructors in net.csdn.jpa.association with parameters of type Model
Association(Model object, String field, String targetField, String type)
           
Association(Model object, String field, String targetField, String type, String tableName, String master)
           
 

Uses of Model in net.csdn.jpa.model
 

Methods in net.csdn.jpa.model that return Model
 Model JPQL.find(Integer id)
           
 

Methods in net.csdn.jpa.model that return types with arguments of type Model
 List<Model> JPQL.find(List ids)
           
 

Uses of Model in test.com.william.model
 

Subclasses of Model in test.com.william.model
 class BlogTag
          User: WilliamZhu Date: 12-7-23 Time: 下午4:53
 class NewsTag
          User: WilliamZhu Date: 12-8-20 Time: 下午8:17
 class Tag
          User: WilliamZhu Date: 12-7-23 Time: 下午4:52
 class TagGroup
          User: WilliamZhu Date: 12-7-23 Time: 下午4:54
 class TagRelation
          User: WilliamZhu Date: 12-8-20 Time: 下午8:17 目前的限制是,关联关系无法配置在父类中
 class TagSynonym
          User: WilliamZhu Date: 12-7-23 Time: 下午4:54
 class TagWiki
          User: WilliamZhu Date: 12-8-7 Time: 上午8:30
 



Copyright © 2014. All Rights Reserved.