JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Deprecated
Index
Search
Help
org.hibernate.query.criteria
JpaCastTarget
Contents
Description
Method Summary
Method Details
getType()
getLength()
getPrecision()
getScale()
Hide sidebar
Show sidebar
Interface JpaCastTarget<
T
>
All Known Implementing Classes:
SqmCastTarget
@Incubating
public interface
JpaCastTarget<T>
The target for cast.
Since:
7.0
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Long
getLength
()
Returns the specified length of the cast target or
null
.
Integer
getPrecision
()
Returns the specified precision of the cast target or
null
.
Integer
getScale
()
Returns the specified scale of the cast target or
null
.
Type
<
T
>
getType
()
Returns the JPA type for this cast target.
Method Details
getType
Type
<
T
>
getType
()
Returns the JPA type for this cast target.
getLength
@Nullable
Long
getLength
()
Returns the specified length of the cast target or
null
.
getPrecision
@Nullable
Integer
getPrecision
()
Returns the specified precision of the cast target or
null
.
getScale
@Nullable
Integer
getScale
()
Returns the specified scale of the cast target or
null
.