public interface Schema
Modifier and Type | Method and Description |
---|---|
String |
getAlias() |
CommonAnnotations |
getAnnotationGroup(String target) |
List<? extends CommonAnnotations> |
getAnnotationGroups() |
ComplexType |
getComplexType(String name)
Gets complex type with the given name.
|
List<? extends ComplexType> |
getComplexTypes() |
EntityContainer |
getDefaultEntityContainer()
Gets default entity container.
|
EntityContainer |
getEntityContainer(String name)
Gets entity container with the given name.
|
List<? extends EntityContainer> |
getEntityContainers() |
EntityType |
getEntityType(String name)
Gets entity type with the given name.
|
List<? extends EntityType> |
getEntityTypes() |
EnumType |
getEnumType(String name) |
List<EnumType> |
getEnumTypes() |
String |
getNamespace() |
String getNamespace()
String getAlias()
List<? extends EntityType> getEntityTypes()
List<? extends CommonAnnotations> getAnnotationGroups()
CommonAnnotations getAnnotationGroup(String target)
List<? extends ComplexType> getComplexTypes()
List<? extends EntityContainer> getEntityContainers()
EntityContainer getDefaultEntityContainer()
EntityContainer getEntityContainer(String name)
name
- name.EntityType getEntityType(String name)
name
- name.ComplexType getComplexType(String name)
name
- name.Copyright © 2013–2015 The Apache Software Foundation. All rights reserved.