Class | Description |
---|---|
AbstractObjectPersister | |
ConfluenceUserPersister |
a
ObjectPersister implementation that handles imported ConfluenceUserImpl objects. |
ConfluenceUserPersisterFactory |
Creates an instance of
ConfluenceUserPersister when the ImportedObject represents a ConfluenceUserImpl object |
ContentPropertyPersister | |
ContentPropertyPersisterFactory | |
HibernateContentPermissionPersister |
Persists
ContentPermission instances, in a way that does not
violate any unique constraints. |
HibernateContentPermissionPersisterFactory |
Creates an instance of
HibernateContentPermissionPersister if the ImportedObject matches. |
HibernateKeyPersister |
Persister for legacy HibernateKey objects that need to be converted to AliasedKeys on import.
|
HibernateKeyPersisterFactory |
Creates an instance of
HibernateKeyPersister if the ImportedObject matches. |
HibernateMembershipPersister |
Persists
HibernateMembership instances, in a way that does not
violate any unique constraints. |
HibernateMembershipPersisterFactory |
Creates an instance of
HibernateMembershipPersister if the ImportedObject matches. |
NoopPersister |
The persister that does nothing.
|
PersisterOperations |
Common operations used by various persisters.
|
PropertySetItemPersister |
Persister for PropertySet items that handles some rather hairy upgrade logic, for example the rewriting of
IDs.
|
PropertySetItemPersisterFactory |
Creates an instance of
PropertySetItemPersister if the ImportedObject matches. |
ReflectiveObjectPersister |
Uses Hibernate metadata to persist imported objects.
|
ReflectiveObjectPersisterFactory |
Creates an instance of
ReflectiveObjectPersister . |
SynchronyEventsPersisterFactory |
A persister for synchrony events which ignores them.
|
SynchronySnapshotsPersisterFactory |
A persister for synchrony snapshots which ignores them.
|
Copyright © 2003–2021 Atlassian. All rights reserved.