A B C D E F G H I J K L M N O P Q R S T U V W

L

le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
le(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
least(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an aggregate expression for finding the least of the values (strings, dates, etc).
length(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to return length of a string.
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than or equal to the second.
like(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
like(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the expression satisfies the given pattern.
ListAttribute<X,E> - Interface in javax.persistence.metamodel
Instances of the type ListAttribute represent persistent javax.util.List-valued attributes.
ListJoin<Z,E> - Interface in javax.persistence.criteria
The ListJoin interface is the type of the result of joining to a collection over an association or element collection that has been specified as a java.util.List.
literal(T) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create an expression for a literal.
LOAD - Static variable in class javax.jdo.listener.InstanceLifecycleEvent
 
LOAD_REQUIRED - Static variable in interface javax.jdo.spi.PersistenceCapable
If jdoFlags is set to LOAD_REQUIRED, then the fields in the default fetch group cannot be accessed for read or write without notifying the StateManager.
LoadCallback - Interface in javax.jdo.listener
This interface is used to notify instances of load events.
LoadLifecycleListener - Interface in javax.jdo.listener
This interface is implemented by listeners to be notified of load events.
LoadState - Enum in javax.persistence.spi
Load states returned by the ProviderUtil SPI methods.
Lob - Annotation Type in javax.persistence
Specifies that a persistent property or field should be persisted as a large object to a database-supported large object type.
locate(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
locate(Expression<String>, String, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression to locate the position of one string within another, returning position of first character if found.
lock(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type.
lock(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Lock an entity instance that is contained in the persistence context with the specified lock mode type and with specified properties.
LockModeType - Enum in javax.persistence
Lock modes can be specified by means of passing a LockModeType argument to one of the EntityManager methods that take locks (lock, find, or refresh) or to the Query.setLockMode() or TypedQuery.setLockMode() method.
LockTimeoutException - Exception in javax.persistence
Thrown by the persistence provider when an pessimistic locking conflict occurs that does not result in transaction rollback.
LockTimeoutException() - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with null as its detail message.
LockTimeoutException(String) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message.
LockTimeoutException(String, Throwable) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message and cause.
LockTimeoutException(Throwable) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified cause.
LockTimeoutException(Object) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified object.
LockTimeoutException(String, Throwable, Object) - Constructor for exception javax.persistence.LockTimeoutException
Constructs a new LockTimeoutException exception with the specified detail message, cause, and entity.
LongIdentity - Class in javax.jdo.identity
This class is for identity with a single long field.
LongIdentity(Class, long) - Constructor for class javax.jdo.identity.LongIdentity
Constructor with class and key.
LongIdentity(Class, Long) - Constructor for class javax.jdo.identity.LongIdentity
Constructor with class and key.
LongIdentity(Class, String) - Constructor for class javax.jdo.identity.LongIdentity
Constructor with class and key.
LongIdentity() - Constructor for class javax.jdo.identity.LongIdentity
Constructor only for Externalizable.
lower(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create expression for converting a string to lowercase.
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.
lt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
Create a predicate for testing whether the first argument is less than the second.

A B C D E F G H I J K L M N O P Q R S T U V W