| Modifier and Type | Method and Description |
|---|---|
boolean |
IAccessor.deleteAll(IEntityFactory entityFactory) |
boolean |
AbstractAccessor.deleteAll(IEntityFactory entityFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractEntityFactory |
| Modifier and Type | Method and Description |
|---|---|
boolean |
HibernateAccessor.deleteAll(IEntityFactory entityFactory) |
| Modifier and Type | Method and Description |
|---|---|
IEntityFactory |
IEntityFactory.getEntityFactory() |
| Modifier and Type | Method and Description |
|---|---|
void |
IDataSourceEntityFactory.setEntity(IEntityFactory entityFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityFactory |
| Modifier and Type | Method and Description |
|---|---|
static IEntityFactory |
EntityFactory.add(boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.add(Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.add(PropertyEnum ALIAS,
boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.add(PropertyEnum ALIAS,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.createEntity(boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.createEntity(Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.createEntity(PropertyEnum ALIAS,
boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.createEntity(PropertyEnum ALIAS,
Class<?>... entityClass) |
IEntityFactory |
EntityFactory.getEntityFactory() |
static IEntityFactory |
EntityFactory.newInstance(boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.newInstance(Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.newInstance(PropertyEnum ALIAS,
boolean cacheable,
Class<?>... entityClass) |
static IEntityFactory |
EntityFactory.newInstance(PropertyEnum ALIAS,
Class<?>... entityClass) |
| Constructor and Description |
|---|
EntityFactory(IEntityFactory entityFactory) |
| Modifier and Type | Class and Description |
|---|---|
class |
EntityStrategyAssigned<E> |
class |
EntityStrategyAuto |
class |
EntityStrategyAutoNull |
class |
EntityStrategyAutoNullDate |
class |
EntityStrategyHilo<E> |
class |
EntityStrategyIdentity<E> |
class |
EntityStrategyUUID<E> |
Copyright © 2016 jufeng. All rights reserved.