@Repository public class JPAVirSchemaDAO extends AbstractDAO<VirSchema> implements VirSchemaDAO
LOG
Constructor and Description |
---|
JPAVirSchemaDAO() |
Modifier and Type | Method and Description |
---|---|
void |
delete(String key) |
VirSchema |
find(String key) |
List<VirSchema> |
findAll() |
List<VirSchema> |
findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses) |
List<VirSchema> |
findByKeyword(String keyword) |
List<VirSchema> |
findByProvision(Provision provision) |
VirSchema |
save(VirSchema virSchema) |
clear, detach, entityManager, entityManagerFactory, refresh
public List<VirSchema> findByAnyTypeClasses(Collection<AnyTypeClass> anyTypeClasses)
findByAnyTypeClasses
in interface SchemaDAO<VirSchema>
public List<VirSchema> findByProvision(Provision provision)
findByProvision
in interface VirSchemaDAO
public List<VirSchema> findByKeyword(String keyword)
findByKeyword
in interface SchemaDAO<VirSchema>
Copyright © 2010–2023 The Apache Software Foundation. All rights reserved.