| Package | Description |
|---|---|
| co.jufeng.core.enums | |
| co.jufeng.dao.hibernate.factory.impl |
| Modifier and Type | Method and Description |
|---|---|
static PropertyEnum |
PropertyEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PropertyEnum[] |
PropertyEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static IEntityFactory |
EntityFactory.add(PropertyEnum ALIAS,
boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.add(PropertyEnum ALIAS,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.createEntity(PropertyEnum ALIAS,
boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.createEntity(PropertyEnum ALIAS,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.newInstance(PropertyEnum ALIAS,
boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.newInstance(PropertyEnum ALIAS,
Class<?>... entityClass) |
Copyright © 2016 jufeng. All rights reserved.