public class SequencePattern extends Object
Constructor and Description |
---|
SequencePattern() |
SequencePattern(String tableNamePattern,
String sequenceName) |
Modifier and Type | Method and Description |
---|---|
AntPathMatcher |
getAntPathMatcher() |
String |
getSequenceName()
The sequence name to use for the entity that is associated with the matching table.
|
String |
getTableNamePattern()
The table pattern.
|
boolean |
match(String value) |
void |
setSequenceName(String sequenceName) |
void |
setTableNamePattern(String tableNamePattern) |
public String getTableNamePattern()
public String getSequenceName()
public AntPathMatcher getAntPathMatcher()
public boolean match(String value)
public void setTableNamePattern(String tableNamePattern)
public void setSequenceName(String sequenceName)
Copyright © 2005-2013 JAXIO S.A.R.L. - All Rights Reserved.