Interface From


public interface From
CAREFUL, this is an experimental API and will change! Represents a from node of a criteria builder.
Since:
1.2.0
Author:
Christian Beikov
  • Method Summary

    Modifier and Type
    Method
    Description
    The alias of the from node.
    The type of the from node.
    javax.persistence.metamodel.Type<?>
    The type of the from node.
  • Method Details

    • getAlias

      String getAlias()
      The alias of the from node.
      Returns:
      The alias
    • getType

      javax.persistence.metamodel.Type<?> getType()
      The type of the from node.
      Returns:
      The type
      Since:
      1.2.1
    • getJavaType

      Class<?> getJavaType()
      The type of the from node.
      Returns:
      The type