public interface EntityConfigurationRegistry
| Modifier and Type | Method and Description |
|---|---|
<T> YogaEntityConfiguration<T> |
getEntityConfiguration(Class<T> entityClass)
Lookup the entity configuration for a given class.
|
void |
register(YogaEntityConfiguration<?>... entityConfigurations)
Register one or more entity configurations.
|
void register(YogaEntityConfiguration<?>... entityConfigurations)
entityConfigurations - The entity configurations to register<T> YogaEntityConfiguration<T> getEntityConfiguration(Class<T> entityClass)
entityClass - The class of the entity configuration to retrieveCopyright © 2014. All Rights Reserved.