类的使用
org.hibernate.boot.jaxb.Origin
-
使用Origin的程序包 程序包 说明 org.hibernate This package defines the central Hibernate APIs.org.hibernate.boot This package contains the contracts that make up the Hibernate native bootstrapping API (building a SessionFactory).org.hibernate.boot.cfgxml.internal org.hibernate.boot.jaxb.internal org.hibernate.boot.jaxb.spi org.hibernate.boot.model.source.internal.hbm org.hibernate.boot.model.source.spi -
-
org.hibernate中Origin的使用
参数类型为Origin的org.hibernate中的构造器 构造器 说明 InvalidMappingException(String customMessage, Origin origin)Constructs an InvalidMappingException using the given information. -
org.hibernate.boot中Origin的使用
返回Origin的org.hibernate.boot中的方法 修饰符和类型 方法 说明 OriginInvalidMappingException. getOrigin()OriginMappingException. getOrigin()参数类型为Origin的org.hibernate.boot中的构造器 构造器 说明 InvalidMappingException(Origin origin)InvalidMappingException(Origin origin, Throwable e)MappingException(String message, Throwable root, Origin origin)MappingException(String message, Origin origin)MappingNotFoundException(String message, Throwable root, Origin origin)MappingNotFoundException(String message, Origin origin)MappingNotFoundException(Throwable root, Origin origin)MappingNotFoundException(Origin origin)UnsupportedOrmXsdVersionException(String requestedVersion, Origin origin) -
org.hibernate.boot.cfgxml.internal中Origin的使用
参数类型为Origin的org.hibernate.boot.cfgxml.internal中的方法 修饰符和类型 方法 说明 JaxbCfgHibernateConfigurationJaxbCfgProcessor. unmarshal(InputStream stream, Origin origin) -
org.hibernate.boot.jaxb.internal中Origin的使用
参数类型为Origin的org.hibernate.boot.jaxb.internal中的方法 修饰符和类型 方法 说明 BindingAbstractBinder. bind(InputStream stream, Origin origin)BindingAbstractBinder. bind(Source source, Origin origin)protected XMLEventReaderAbstractBinder. createReader(InputStream stream, Origin origin)protected XMLEventReaderAbstractBinder. createReader(Source source, Origin origin)protected abstract BindingAbstractBinder. doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin)static BindingFileXmlSource. doBind(Binder binder, File file, Origin origin)static BindingInputStreamXmlSource. doBind(Binder binder, InputStream inputStream, Origin origin, boolean autoClose)protected BindingMappingBinder. doBind(XMLEventReader staxEventReader, StartElement rootElementStartEvent, Origin origin)protected <T> TAbstractBinder. jaxb(XMLEventReader reader, Schema xsd, javax.xml.bind.JAXBContext jaxbContext, Origin origin)protected StartElementAbstractBinder. seekRootElementStartEvent(XMLEventReader staxEventReader, Origin origin)参数类型为Origin的org.hibernate.boot.jaxb.internal中的构造器 构造器 说明 CacheableFileXmlSource(Origin origin, File xmlFile, boolean strict)FileXmlSource(Origin origin, File file)InputStreamXmlSource(Origin origin, InputStream inputStream, boolean autoClose)JarFileEntryXmlSource(Origin origin, JarFile jarFile, ZipEntry jarFileEntry)JaxpSourceXmlSource(Origin origin, Source jaxpSource)UrlXmlSource(Origin origin, URL url) -
org.hibernate.boot.jaxb.spi中Origin的使用
返回Origin的org.hibernate.boot.jaxb.spi中的方法 修饰符和类型 方法 说明 OriginBinding. getOrigin()Obtain the metadata about the document's originOriginXmlSource. getOrigin()参数类型为Origin的org.hibernate.boot.jaxb.spi中的方法 修饰符和类型 方法 说明 BindingBinder. bind(InputStream stream, Origin origin)Bind from an InputStreamBindingBinder. bind(Source source, Origin origin)Bind from an XML source.参数类型为Origin的org.hibernate.boot.jaxb.spi中的构造器 构造器 说明 Binding(T root, Origin origin)XmlSource(Origin origin) -
org.hibernate.boot.model.source.internal.hbm中Origin的使用
声明为Origin的org.hibernate.boot.model.source.internal.hbm中的字段 修饰符和类型 字段 说明 OriginModelBinder.DelayedPropertyReferenceHandlerImpl. propertyRefOrigin返回Origin的org.hibernate.boot.model.source.internal.hbm中的方法 修饰符和类型 方法 说明 OriginAbstractEntitySourceImpl. getOrigin()OriginMappingDocument. getOrigin()protected OriginAbstractHbmSourceNode. origin()参数类型为Origin的org.hibernate.boot.model.source.internal.hbm中的构造器 构造器 说明 DelayedPropertyReferenceHandlerImpl(String referencedEntityName, String referencedPropertyName, boolean isUnique, String sourceElementSynopsis, Origin propertyRefOrigin)MappingDocument(JaxbHbmHibernateMapping documentRoot, Origin origin, MetadataBuildingContext rootBuildingContext) -
org.hibernate.boot.model.source.spi中Origin的使用
返回Origin的org.hibernate.boot.model.source.spi中的方法 修饰符和类型 方法 说明 OriginIdentifiableTypeSource. getOrigin()Obtain the origin of this source.OriginLocalMetadataBuildingContext. getOrigin()Obtain the origin for this context
-