public interface TypeConfigurationAware
TypeConfiguration
Note that it is illegal for a Type to implement TypeConfigurationAware and at the same time
be scoped to more than one TypeConfiguration. Hibernate will enforce this internally
which is why getTypeConfiguration() is exposed here.| Modifier and Type | Method and Description |
|---|---|
TypeConfiguration |
getTypeConfiguration() |
void |
setTypeConfiguration(TypeConfiguration typeConfiguration) |
TypeConfiguration getTypeConfiguration()
void setTypeConfiguration(TypeConfiguration typeConfiguration)
Copyright © 2001-2021 Red Hat, Inc. All Rights Reserved.