protected class Configuration.MetadataSourceQueue extends Object implements Serializable
Modifier | Constructor and Description |
---|---|
protected |
Configuration.MetadataSourceQueue() |
Modifier and Type | Method and Description |
---|---|
void |
add(org.hibernate.annotations.common.reflection.XClass annotatedClass) |
void |
add(XmlDocument metadataXml) |
boolean |
isEmpty() |
protected void |
processMetadata(List<MetadataSourceType> order) |
protected void |
syncAnnotatedClasses() |
public void add(XmlDocument metadataXml)
public void add(org.hibernate.annotations.common.reflection.XClass annotatedClass)
protected void syncAnnotatedClasses()
protected void processMetadata(List<MetadataSourceType> order)
public boolean isEmpty()
Copyright © 2001-2015 Red Hat, Inc. All Rights Reserved.