|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use JPABase | |
|---|---|
| net.csdn.jpa.association | |
| net.csdn.jpa.model | |
| test.com.william.model | |
| Uses of JPABase in net.csdn.jpa.association |
|---|
| Methods in net.csdn.jpa.association with parameters of type JPABase | |
|---|---|
boolean |
Association.add(JPABase model)
|
void |
Association.remove(JPABase model)
|
boolean |
Association.set(JPABase model)
|
| Uses of JPABase in net.csdn.jpa.model |
|---|
| Subclasses of JPABase in net.csdn.jpa.model | |
|---|---|
class |
Model
BlogInfo: WilliamZhu Date: 12-6-26 Time: 下午9:53 |
| Methods in net.csdn.jpa.model with type parameters of type JPABase | ||
|---|---|---|
static
|
Model.create(Map params)
|
|
static
|
Model.find(Integer id)
|
|
static
|
Model.find(List ids)
|
|
static
|
Model.findAll()
Find all entities of this type |
|
static
|
Model.findById(Object id)
Find the entity with the corresponding id. |
|
|
JPABase.m(String methodName,
Object... objs)
|
|
| Methods in net.csdn.jpa.model that return JPABase | |
|---|---|
JPABase |
JPABase.attr(String fieldName,
Object value)
|
JPABase |
JPQL.create(Class clzz,
Map<String,Object> params)
|
JPABase |
JPQL.findById(Class clzz,
Object id)
|
JPABase |
JPQL.findOneBy(String entity,
String query,
Object[] params)
|
| Uses of JPABase in test.com.william.model |
|---|
| Subclasses of JPABase 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 |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||