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 © 2021 JBoss by Red Hat. All rights reserved.