About length

manual

Strings in JPQL and Criteria Queries

Explains string expressions in JPQL queries, including LIKE, LOCATE, LOWER, UPPER, TRIM, CONCAT and SUBSTRING.... - String Pattern Matching with Wildcards LENGTH - Counting Characters in a String LOCATE - Locating ... character) represents a real % character. LENGTH - Counting Characters in a String The LENGTH (str) function ...

 
api-jpa

length(x)

Create expression to return length of a string.(Method of javax.persistence.criteria.CriteriaBuilder)

 
api-jpa

Column.length

(Optional) The column length.(Annotation Element of javax.persistence.Column)

 
api-jpa

MapKeyColumn.length

(Optional) The column length.(Annotation Element of javax.persistence.MapKeyColumn)

 
api-jpa

DiscriminatorColumn.length

(Optional) The column length for String-based discriminator types.(Annotation Element of javax.persistence.DiscriminatorColumn)

 
api-jdo

Column.length

Maximum length of data stored in this column.(Annotation Element of javax.jdo.annotations.Column)

 
manual

JPA Query Expressions (JPQL / Criteria)

Describes JPA query (JPQL / Criteria API) expressions (literals, operators and functions).... pattern. See JavaDoc Reference Page... , length length(x) CriteriaBuilder's method Create expression to return ...

 
api-jpa

javax.persistence.criteria.CriteriaBuilder

Used to construct criteria queries, compound selections, expressions, predicates, orderings.(Interface of JPA)

 
api-jpa

javax.persistence.Column

Is used to specify the mapped column for a persistent property or field.(Annotation of JPA)

 
api-jpa

javax.persistence.DiscriminatorColumn

Specifies the discriminator column for the SINGLE_TABLE and JOINED Inheritance mapping strategies.(Annotation of JPA)