Package | Description |
---|---|
org.apache.deltaspike.jpa.spi.descriptor.xml |
Modifier and Type | Method and Description |
---|---|
List<MappedSuperclassDescriptor> |
EntityMappingsDescriptor.getMappedSuperclassDescriptors() |
protected List<MappedSuperclassDescriptor> |
EntityMappingsDescriptorParser.parseMappedSuperclassDescriptors(Document doc,
String packageName) |
Modifier and Type | Method and Description |
---|---|
protected static void |
AbstractEntityHierarchyBuilder.buildHierarchy(AbstractEntityDescriptor descriptor,
List<EntityDescriptor> entities,
List<MappedSuperclassDescriptor> superClasses) |
static void |
AbstractEntityHierarchyBuilder.buildHierarchy(List<EntityDescriptor> entities,
List<MappedSuperclassDescriptor> superClasses) |
protected static AbstractEntityDescriptor |
AbstractEntityHierarchyBuilder.findPersistentClassDescriptor(Class<?> superClass,
List<EntityDescriptor> entities,
List<MappedSuperclassDescriptor> superClasses) |
protected void |
PersistenceUnitDescriptorParser.readMappingFiles(String baseUrl,
String unitName,
List<EntityDescriptor> entities,
List<MappedSuperclassDescriptor> superClasses,
NodeList list) |
void |
EntityMappingsDescriptor.setMappedSuperclassDescriptors(List<MappedSuperclassDescriptor> mappedSuperclassDescriptors) |
Constructor and Description |
---|
EntityMappingsDescriptor(List<MappedSuperclassDescriptor> mappedSuperclassDescriptors,
List<EntityDescriptor> entityDescriptors,
String packageName) |
Copyright © 2016 The Apache Software Foundation. All rights reserved.