Uses of Class
io.ebeaninternal.xmlmapping.model.XmEbean
-
Packages that use XmEbean Package Description io.ebeaninternal.xmlmapping io.ebeaninternal.xmlmapping.model -
-
Uses of XmEbean in io.ebeaninternal.xmlmapping
Methods in io.ebeaninternal.xmlmapping that return XmEbean Modifier and Type Method Description static XmEbeanXmlMappingReader. read(InputStream is)Read and return a Migration from an xml document.Methods in io.ebeaninternal.xmlmapping that return types with arguments of type XmEbean Modifier and Type Method Description static List<XmEbean>XmlMappingReader. readByResourceList(List<io.avaje.classpath.scanner.Resource> resourceList)Read the deployment XML for the given resources.static List<XmEbean>XmlMappingReader. readByResourceName(ClassLoader classLoader, String resourceName)Read the deployment XML for the given resource name.Method parameters in io.ebeaninternal.xmlmapping with type arguments of type XmEbean Modifier and Type Method Description List<XmapEbean>ToXmapEbean. toBeans(List<XmEbean> xmBeans) -
Uses of XmEbean in io.ebeaninternal.xmlmapping.model
Methods in io.ebeaninternal.xmlmapping.model that return XmEbean Modifier and Type Method Description XmEbeanObjectFactory. createEbean()Create an instance ofXmEbean
-