Class TableName
- java.lang.Object
-
- org.infinispan.persistence.jdbc.table.management.TableName
-
- All Implemented Interfaces:
Serializable
public class TableName extends Object implements Serializable
Value object for table name operations.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIdentifierQuote()
String
getName()
String
getSchema()
void
setIdentifierQuote(String identifierQuote)
String
toString()
-