public interface PersisterClassProvider
Modifier and Type | Method and Description |
---|---|
java.lang.Class<? extends CollectionPersister> |
getCollectionPersisterClass(java.lang.String collectionPersister)
Returns the collection persister class for a given collection role or null
if the collection persister class should be the default.
|
java.lang.Class<? extends EntityPersister> |
getEntityPersisterClass(java.lang.String entityName)
Returns the entity persister class for a given entityName or null
if the entity persister class should be the default.
|
java.lang.Class<? extends EntityPersister> getEntityPersisterClass(java.lang.String entityName)
java.lang.Class<? extends CollectionPersister> getCollectionPersisterClass(java.lang.String collectionPersister)
Copyright © 2013. All Rights Reserved.