test.com.william.model
Class TagRelation

java.lang.Object
  extended by net.csdn.jpa.model.JPABase
      extended by net.csdn.jpa.model.Model
          extended by test.com.william.model.TagRelation
All Implemented Interfaces:
GenericModel
Direct Known Subclasses:
BlogTag, NewsTag

public class TagRelation
extends Model

User: WilliamZhu Date: 12-8-20 Time: 下午8:17 目前的限制是,关联关系无法配置在父类中


Nested Class Summary
 
Nested classes/interfaces inherited from class net.csdn.jpa.model.Model
Model.JPAQuery
 
Field Summary
 
Fields inherited from class net.csdn.jpa.model.Model
parent$_validate_info
 
Fields inherited from class net.csdn.jpa.model.JPABase
logger, mysqlClient, validateParses, validateResults
 
Constructor Summary
TagRelation()
           
 
Method Summary
 
Methods inherited from class net.csdn.jpa.model.Model
all, count, count, create, delete, deleteAll, find, find, find, findAll, findByHQL, findById, findBySql, in, in, joins, limit, nativeSqlClient, nativeSqlClient, offset, order, select, validate_info, validate, where, where, where
 
Methods inherited from class net.csdn.jpa.model.JPABase
associate, attr, attr, delete, em, findService, getJPAConfig, getJPAContext, id, key, m, merge, refresh, save, save, update, valid
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagRelation

public TagRelation()


Copyright © 2014. All Rights Reserved.