public class PdoProfile extends Profile
| Constructor and Description |
|---|
PdoProfile() |
| Modifier and Type | Method and Description |
|---|---|
int |
getMaxClassId() |
int |
getMinClassId() |
String |
getPdoInterface() |
String |
getPdoPackage() |
PackageInfo |
getPdoPackageInfo() |
String |
getTablePrefix() |
void |
setMaxClassId(int maxClassId)
Updates the max.
|
void |
setMinClassId(int minClassId)
Updates the classid according to the model.
|
void |
validate(Map<String,PackageInfo> packageInfoMap)
Validates the profile.
|
equals, getDomainImplementation, getDomainImplPackage, getDomainImplPackageInfo, getDomainInterface, getDomainPackage, getDomainPackageInfo, getName, getPackageInfo, getPersistenceImplementation, getPersistenceImplPackage, getPersistenceImplPackageInfo, getPersistenceInterface, getPersistencePackage, getPersistencePackageInfo, hashCode, toStringpublic String getPdoInterface()
public String getPdoPackage()
public int getMinClassId()
public int getMaxClassId()
public PackageInfo getPdoPackageInfo()
public String getTablePrefix()
public void validate(Map<String,PackageInfo> packageInfoMap) throws org.apache.maven.plugin.MojoExecutionException
Profilepublic void setMinClassId(int minClassId)
minClassId - the next class ID to usepublic void setMaxClassId(int maxClassId)
maxClassId - the max class idTentackle - distributed, domain- and model-driven