Class | Description |
---|---|
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. |
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 . |