Uses of Interface
org.hibernate.boot.model.source.spi.MetadataSourceProcessor
-
Packages that use MetadataSourceProcessor Package Description org.hibernate.boot.model.source.internal.annotations org.hibernate.boot.model.source.internal.hbm -
-
Uses of MetadataSourceProcessor in org.hibernate.boot.model.source.internal.annotations
Classes in org.hibernate.boot.model.source.internal.annotations that implement MetadataSourceProcessor Modifier and Type Class Description class
AnnotationMetadataSourceProcessorImpl
-
Uses of MetadataSourceProcessor in org.hibernate.boot.model.source.internal.hbm
Classes in org.hibernate.boot.model.source.internal.hbm that implement MetadataSourceProcessor Modifier and Type Class Description class
HbmMetadataSourceProcessorImpl
MetadataSourceProcessor implementation for processinghbm.xml
mapping documents.class
MappingDocument
Aggregates together information about a mapping document.
-