public class EntityMappingsDescriptor extends Object
Constructor and Description |
---|
EntityMappingsDescriptor(List<MappedSuperclassDescriptor> mappedSuperclassDescriptors,
List<EntityDescriptor> entityDescriptors,
String packageName) |
Modifier and Type | Method and Description |
---|---|
List<EntityDescriptor> |
getEntityDescriptors() |
List<MappedSuperclassDescriptor> |
getMappedSuperclassDescriptors() |
String |
getPackageName() |
void |
setEntityDescriptors(List<EntityDescriptor> entityDescriptors) |
void |
setMappedSuperclassDescriptors(List<MappedSuperclassDescriptor> mappedSuperclassDescriptors) |
void |
setPackageName(String packageName) |
public EntityMappingsDescriptor(List<MappedSuperclassDescriptor> mappedSuperclassDescriptors, List<EntityDescriptor> entityDescriptors, String packageName)
public List<MappedSuperclassDescriptor> getMappedSuperclassDescriptors()
public void setMappedSuperclassDescriptors(List<MappedSuperclassDescriptor> mappedSuperclassDescriptors)
public List<EntityDescriptor> getEntityDescriptors()
public void setEntityDescriptors(List<EntityDescriptor> entityDescriptors)
public String getPackageName()
public void setPackageName(String packageName)
Copyright © 2020 The Apache Software Foundation. All rights reserved.