| Modifier and Type | Class and Description |
|---|---|
class |
DefaultJpaEntityIdFactory
Default implementation of
JpaEntityIdFactory. |
class |
JpaEntityIdFactoryResolver
JpaEntityIdFactory used in generated code in entities. |
class |
SequenceJpaEntityIdFactory
An implementation of
JpaEntityIdFactory that generate a sequence
as long as the lifecycle of this factory. |
| Modifier and Type | Field and Description |
|---|---|
protected static JpaEntityIdFactory |
JpaEntityIdFactoryResolver.factory |
| Modifier and Type | Method and Description |
|---|---|
static void |
JpaEntityIdFactoryResolver.setFactory(JpaEntityIdFactory factory) |
| Constructor and Description |
|---|
AbstractJpaPersistenceContext(JpaEntityIdFactory jpaEntityIdFactory,
javax.persistence.EntityManager entityManager) |
Copyright © 2013–2015 CodeLutin. All rights reserved.