public interface PersisterClassResolver extends Service
PersisterClassResolver
Modifier and Type | Method and Description |
---|---|
Class<? extends CollectionPersister> |
getCollectionPersisterClass(Collection metadata)
Returns the collection persister class for a given collection role or null
if the collection persister class should be the default.
|
Class<? extends EntityPersister> |
getEntityPersisterClass(PersistentClass metadata)
Returns the entity persister class for a given entityName or null
if the entity persister class should be the default.
|
Class<? extends EntityPersister> getEntityPersisterClass(PersistentClass metadata)
metadata
- The entity metadataClass<? extends CollectionPersister> getCollectionPersisterClass(Collection metadata)
metadata
- The collection metadataCopyright © 2001-2021 Red Hat, Inc. All Rights Reserved.