@Singleton public class NamespaceDao extends BaseDao<NamespaceMeta>
| Constructor and Description |
|---|
NamespaceDao() |
| Modifier and Type | Method and Description |
|---|---|
NamespaceMeta |
createNamespaceSchemaLocation(String namespaceURI,
String schemaLocation) |
Iterable<NamespaceMeta> |
findByURI(String namespaceURI) |
Iterable<NamespaceMeta> |
findByURIs(String... uriRegex) |
Iterable<NamespaceMeta> |
findSchemaLocationRegexMatch(String schemaLocationRegex) |
castToType, castToType, commit, count, create, create, delete, findValueMatchingRegex, getAll, getById, getByProperty, getByUniqueProperty, getContext, hasAllProperties, newTransactionpublic Iterable<NamespaceMeta> findByURI(String namespaceURI)
public Iterable<NamespaceMeta> findByURIs(String... uriRegex)
public Iterable<NamespaceMeta> findSchemaLocationRegexMatch(String schemaLocationRegex)
public NamespaceMeta createNamespaceSchemaLocation(String namespaceURI, String schemaLocation)
Copyright © 2014 JBoss by Red Hat. All rights reserved.