public class MavenFacetDao extends BaseDao<MavenFacet>
| Constructor and Description |
|---|
MavenFacetDao() |
| Modifier and Type | Method and Description |
|---|---|
MavenFacet |
createMaven(String groupId,
String artifactId,
String version) |
MavenFacet |
findByGroupArtifactVersion(String groupId,
String artifactId,
String version) |
protected String |
generateMavenKey(String groupId,
String artifactId,
String version) |
castToType, castToType, commit, count, create, create, delete, findValueMatchingRegex, getAll, getById, getByProperty, getByUniqueProperty, getContext, hasAllProperties, newTransactionpublic MavenFacet createMaven(String groupId, String artifactId, String version)
public MavenFacet findByGroupArtifactVersion(String groupId, String artifactId, String version)
Copyright © 2014 JBoss by Red Hat. All rights reserved.