Class SchemaAndTable

java.lang.Object
com.querydsl.sql.SchemaAndTable
All Implemented Interfaces:
Serializable

public class SchemaAndTable extends Object implements Serializable
SchemaAndTable combines schema and table into a single value type
See Also:
  • Constructor Details

    • SchemaAndTable

      public SchemaAndTable(String schema, String table)
  • Method Details