Package com.blazebit.persistence
Interface From
-
public interface FromCAREFUL, 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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAlias()The alias of the from node.Class<?>getJavaType()The type of the from node.javax.persistence.metamodel.Type<?>getType()The type of the from node.
-