public class DoctypeDao extends BaseDao<DoctypeMeta>
| Constructor and Description |
|---|
DoctypeDao() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<DoctypeMeta> |
findByProperties(String publicId,
String systemId) |
Iterable<DoctypeMeta> |
findPublicIdMatchingRegex(String... regex) |
Iterable<DoctypeMeta> |
findSystemIdMatchingRegex(String... regex) |
Iterable<DoctypeMeta> |
findSystemIdOrPublicIdMatchingRegex(String... regex) |
castToType, castToType, commit, count, create, create, delete, findValueMatchingRegex, getAll, getById, getByProperty, getByUniqueProperty, getContext, hasAllProperties, newTransactionpublic Iterable<DoctypeMeta> findSystemIdOrPublicIdMatchingRegex(String... regex)
public Iterable<DoctypeMeta> findSystemIdMatchingRegex(String... regex)
public Iterable<DoctypeMeta> findPublicIdMatchingRegex(String... regex)
public Iterator<DoctypeMeta> findByProperties(String publicId, String systemId)
Copyright © 2014 JBoss by Red Hat. All rights reserved.