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 Detail

      • 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