Class TableName
- java.lang.Object
-
- org.infinispan.persistence.jdbc.impl.table.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 StringgetIdentifierQuote()StringgetName()StringgetSchema()voidsetIdentifierQuote(String identifierQuote)StringtoString()
-