public interface PersisterClassProvider
Modifier and Type | Method and Description |
---|---|
Class<? extends CollectionPersister> |
getCollectionPersisterClass(String collectionPersister)
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(String entityName)
Returns the entity persister class for a given entityName or null
if the entity persister class should be the default.
|
Class<? extends EntityPersister> getEntityPersisterClass(String entityName)
Class<? extends CollectionPersister> getCollectionPersisterClass(String collectionPersister)
Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved