|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Entity in org.silverpeas.dateReminder.persistent |
---|
Classes in org.silverpeas.dateReminder.persistent that implement Entity | |
---|---|
class |
PersistentResourceDateReminder
A persistent date reminder used to identify uniquely a resource. |
Uses of Entity in org.silverpeas.persistence.model |
---|
Classes in org.silverpeas.persistence.model with type parameters of type Entity | |
---|---|
class |
AbstractEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE>
This abstract class must be extended by all Silverpeas entity definitions that have to be persisted. |
interface |
Entity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE>
This interface must be implemented by all Silverpeas entity definitions that have to be persisted. |
Classes in org.silverpeas.persistence.model that implement Entity | |
---|---|
class |
AbstractEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE>
This abstract class must be extended by all Silverpeas entity definitions that have to be persisted. |
Uses of Entity in org.silverpeas.persistence.model.jpa |
---|
Classes in org.silverpeas.persistence.model.jpa with type parameters of type Entity | |
---|---|
class |
AbstractJpaEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE extends EntityIdentifier>
This abstract class must be extended by all Silverpeas JPA entity definitions. |
class |
AbstractPeriodDateAsLongJpaEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE extends EntityIdentifier>
This JPA entity abstraction that handles begin and end dates, both persisted as long values. |
Classes in org.silverpeas.persistence.model.jpa that implement Entity | |
---|---|
class |
AbstractJpaEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE extends EntityIdentifier>
This abstract class must be extended by all Silverpeas JPA entity definitions. |
class |
AbstractPeriodDateAsLongJpaEntity<ENTITY extends Entity<ENTITY,IDENTIFIER_TYPE>,IDENTIFIER_TYPE extends EntityIdentifier>
This JPA entity abstraction that handles begin and end dates, both persisted as long values. |
Uses of Entity in org.silverpeas.persistence.repository |
---|
Classes in org.silverpeas.persistence.repository with type parameters of type Entity | |
---|---|
interface |
EntityRepository<ENTITY extends Entity<ENTITY,ENTITY_IDENTIFIER_TYPE>,ENTITY_IDENTIFIER_TYPE>
This interface must be implemented by all repositories handling Silverpeas entities that have to be persisted. |
Methods in org.silverpeas.persistence.repository with parameters of type Entity | |
---|---|
void |
OperationContext.applyToPersistOperation(Entity entity)
Applying informations of the context to the given entity on a persist operation. |
void |
OperationContext.applyToUpdateOperation(Entity entity)
Applying informations of the context to the given entity on a update opearation. |
void |
EntityRepository.delete(ENTITY... entity)
Deletes entities. |
List<ENTITY> |
EntityRepository.save(OperationContext context,
ENTITY... entities)
Persists entities : create (if id is null or empty) or update. |
Uses of Entity in org.silverpeas.persistence.repository.jpa |
---|
Classes in org.silverpeas.persistence.repository.jpa with type parameters of type Entity | |
---|---|
class |
SilverpeasJpaEntityManager<ENTITY extends Entity<ENTITY,ENTITY_IDENTIFIER_TYPE>,ENTITY_IDENTIFIER_TYPE extends EntityIdentifier>
A Silverpeas dedicated entity manager that wraps the JPA EntityManager
and that provides convenient methods to perform the CRUD operations on entities. |
Methods in org.silverpeas.persistence.repository.jpa with parameters of type Entity | |
---|---|
void |
SilverpeasJpaEntityManager.delete(ENTITY... entity)
|
List<ENTITY> |
SilverpeasJpaEntityManager.save(OperationContext context,
ENTITY... entities)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |