All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
protected String |
buildClassName(String clazzName,
String packageName) |
protected ClassLoader |
classLoader() |
protected String |
extractAttribute(Node item,
String name) |
protected String[] |
extractAttributes(NodeList list,
String name) |
protected String |
extractBaseUrl(URL fileUrl,
String resource) |
protected String |
extractNodeAttribute(Element element,
String childName,
String attribute) |
protected String[] |
extractNodeAttributes(Element element,
String childName,
String attribute) |
protected String |
extractNodeContent(Element element,
String name) |
protected boolean |
isClassNameQualified(String name) |
protected void |
parseCommonEntityDescriptorAttributes(String packageName,
AbstractEntityDescriptor entityDescriptor,
Node node) |
protected List<EntityDescriptor> |
parseEntityDescriptors(Document doc,
String packageName) |
protected List<MappedSuperclassDescriptor> |
parseMappedSuperclassDescriptors(Document doc,
String packageName) |
protected String |
parsePackageName(Document doc) |
protected Descriptor |
read(String baseUrl,
String resource) |
EntityMappingsDescriptor |
readAll(String baseUrl,
String resource) |
protected List<Descriptor> |
readAllFromClassPath(String resource) |
EntityMappingsDescriptor |
readDefaultOrm(String baseUrl) |
protected Descriptor |
readFromClassPath(String resource) |
protected EntityMappingsDescriptor |
readFromDocument(Document doc) |
protected Descriptor |
readFromUrl(URL url) |