public final class SchemaImpl extends AbstractField implements Schema
Constructor and Description |
---|
SchemaImpl(Class<?> type,
String identifier)
Construct schema that represents given type with given identifier.
|
SchemaImpl(String name,
String identifier)
Construct schema with given abstract schema name and identifier.
|
Modifier and Type | Method and Description |
---|---|
String |
getAbstractName()
Gets the abstract schema name.
|
String |
getIdentifier()
Gets the identifier of the schema.
|
Class |
getType()
Gets the type represented by the Schema.
|
String |
getTypeName()
Gets the name of the type represented by the Schema.
|
String |
toFullString()
Append full string representation of schema to the given
StringBuilder . |
StringBuilder |
toFullString(StringBuilder sb)
Append full string representation of schema to the given
StringBuilder . |
StringBuilder |
toString(StringBuilder sb)
Append a string representation of the object to the given
StringBuilder . |
field, in, isNotNull, isNull, notIn
abs, add, add, add, add, between, between, between, between, between, between, between, concat, concat, divide, divide, divide, divide, equal, equal, equal, equal, equal, equal, equal, equal, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, length, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, like, like, like, like, like, like, locate, locate, locate, locate, locate, locate, lower, multiply, multiply, multiply, multiply, negate, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notLike, notLike, notLike, notLike, notLike, notLike, plus, remainder, remainder, remainder, remainder, sqrt, substring, substring, substring, substring, subtract, subtract, subtract, subtract, trim, trim, trim, trim, trim, trim, upper
toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
abs, add, add, add, add, between, between, between, between, between, between, between, concat, concat, divide, divide, divide, divide, equal, equal, equal, equal, equal, equal, equal, equal, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterEqual, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, greaterThan, length, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessEqual, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, lessThan, like, like, like, like, like, like, locate, locate, locate, locate, locate, locate, lower, multiply, multiply, multiply, multiply, negate, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notBetween, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notEqual, notLike, notLike, notLike, notLike, notLike, notLike, plus, remainder, remainder, remainder, remainder, sqrt, substring, substring, substring, substring, subtract, subtract, subtract, subtract, trim, trim, trim, trim, trim, trim, upper
public SchemaImpl(String name, String identifier)
name
- The abstract schema name represented by the Schema.identifier
- The identifier of the schema.public String getAbstractName()
public String getTypeName()
public Class getType()
public String getIdentifier()
public StringBuilder toString(StringBuilder sb)
StringBuilder
.
In general, the toString method for query objects appends a string that textually
represents this object. The result should be a query string that complies to EJB QL
specification as long as the query object represents a syntay element of it. It is
required that all subclasses override this method.
The toString method defined at class Object is overwritten and calls this method.toString
in interface QueryObject
sb
- StringBuilder to append the string representation of this object to.public StringBuilder toFullString(StringBuilder sb)
StringBuilder
.
For schema toString() method returns identifier only. To get full schema string
one has to call toFullString() method.toFullString
in interface Schema
sb
- StringBuilder to append the string representation of this object to.public String toFullString()
StringBuilder
.
For schema toString() method returns alias only. To get full schema string
one has to call toFullString() method.toFullString
in interface Schema
Copyright © 2018. All rights reserved.