Package org.hibernate.boot.jaxb.hbm.spi
Interface ToolingHintContainer
- All Known Subinterfaces:
EmbeddedAttributeMapping
,EntityInfo
,PluralAttributeInfo
,SingularAttributeInfo
,SubEntityInfo
- All Known Implementing Classes:
BasicAttributePropertySource
,JaxbHbmAnyAssociationType
,JaxbHbmArrayType
,JaxbHbmBagCollectionType
,JaxbHbmBaseVersionAttributeType
,JaxbHbmBasicAttributeType
,JaxbHbmCollectionIdType
,JaxbHbmCompositeAttributeType
,JaxbHbmCompositeCollectionElementType
,JaxbHbmCompositeIdType
,JaxbHbmCompositeKeyBasicAttributeType
,JaxbHbmCompositeKeyManyToOneType
,JaxbHbmDiscriminatorSubclassEntityType
,JaxbHbmEntityBaseDefinition
,JaxbHbmHibernateMapping
,JaxbHbmIdBagCollectionType
,JaxbHbmJoinedSubclassEntityType
,JaxbHbmListType
,JaxbHbmManyToManyCollectionElementType
,JaxbHbmManyToOneType
,JaxbHbmMapType
,JaxbHbmOneToOneType
,JaxbHbmPrimitiveArrayType
,JaxbHbmRootEntityType
,JaxbHbmSetType
,JaxbHbmSimpleIdType
,JaxbHbmSubclassEntityBaseDefinition
,JaxbHbmTimestampAttributeType
,JaxbHbmToolingHintContainer
,JaxbHbmUnionSubclassEntityType
,JaxbHbmVersionAttributeType
,ManyToOnePropertySource
,PluralAttributeInfoIdBagAdapter
,PluralAttributeInfoPrimitiveArrayAdapter
public interface ToolingHintContainer
Contract for JAXB bindings which are containers of tooling hints.
-
Method Summary
-
Method Details
-
getToolingHints
List<JaxbHbmToolingHintType> getToolingHints()
-