Package org.infinispan.persistence.sql
Class AbstractSchemaJdbcStore.Parameter
- java.lang.Object
-
- org.infinispan.persistence.sql.AbstractSchemaJdbcStore.Parameter
-
- Enclosing class:
- AbstractSchemaJdbcStore<K,V,C extends org.infinispan.persistence.sql.configuration.AbstractSchemaJdbcConfiguration>
protected static class AbstractSchemaJdbcStore.Parameter extends Object
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getName()
int
getSqlType()
AbstractSchemaJdbcStore.ProtostreamFieldType
getType()
int
hashCode()
boolean
isPrimaryIdentifier()
String
toString()
-
-
-
Method Detail
-
getName
public String getName()
-
getType
public AbstractSchemaJdbcStore.ProtostreamFieldType getType()
-
getSqlType
public int getSqlType()
-
isPrimaryIdentifier
public boolean isPrimaryIdentifier()
-
equals
public boolean equals(Object o)
-
hashCode
public int hashCode()
-
toString
public String toString()
-
-