Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 

L

LazyAssociatableConnectionManager - Interface in javax.resource.spi
Indicates that the ConnectionManager implements the associate connection implementation.
lazyEnlist(ManagedConnection) - Method in interface javax.resource.spi.LazyEnlistableConnectionManager
Lazily associate a connection object with a managed connection.
LazyEnlistableConnectionManager - Interface in javax.resource.spi
Indicates that the ConnectionManager implements the lazy enlistable connection implementation.
LazyEnlistableManagedConnection - Interface in javax.resource.spi
Indicates that the ConnectionManager implements the lazy enlistable connection implementation.
le(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
le(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
least(Expression<X>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
length(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
lessThan(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
lessThan(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Expression<? extends Y>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
lessThanOrEqualTo(Expression<? extends Y>, Y) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
like(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
like(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
like(Expression<String>, Expression<String>, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
like(Expression<String>, Expression<String>, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
like(Expression<String>, String, Expression<Character>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
like(Expression<String>, String, char) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
ListAttribute<X,E> - Interface in javax.persistence.metamodel
Reflection model for a JPA attribute
ListELResolver - Class in javax.el
Resolves properties based on lists.
ListELResolver() - Constructor for class javax.el.ListELResolver
 
ListELResolver(boolean) - Constructor for class javax.el.ListELResolver
 
ListJoin<Z,E> - Interface in javax.persistence.criteria
A join to an entity.
literal(T) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
load(K) - Method in interface com.caucho.cache.Cache
 
load(Object) - Method in interface com.caucho.cache.CacheLoader
Obtains the value associated with the key, which will be loaded into the Cache
loadAll(Set<? extends K>) - Method in interface com.caucho.cache.Cache
 
loadAll(Iterable<? extends K>) - Method in interface com.caucho.cache.CacheLoader
Creates a set of entries that will be loaded into the cache.
LoadState - Enum in javax.persistence.spi
Class load states returned by ProviderUtil.
Lob - Annotation Type in javax.persistence
The @Lob annotation marks a field as containing a large blob type.
Local - Annotation Type in javax.ejb
The Local annotation for local interfaces.
LOCAL_TRANSACTION_COMMITTED - Static variable in class javax.resource.spi.ConnectionEvent
 
LOCAL_TRANSACTION_ROLLEDBACK - Static variable in class javax.resource.spi.ConnectionEvent
 
LOCAL_TRANSACTION_STARTED - Static variable in class javax.resource.spi.ConnectionEvent
 
LocalBean - Annotation Type in javax.ejb
Designates that a session bean exposes a no-interface view.
LocaleSupport - Class in javax.servlet.jsp.jstl.fmt
 
LocaleSupport() - Constructor for class javax.servlet.jsp.jstl.fmt.LocaleSupport
 
LocalHome - Annotation Type in javax.ejb
The RemoteHome annotation for remote interfaces.
LocalizationContext - Class in javax.servlet.jsp.jstl.fmt
 
LocalizationContext() - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
 
LocalizationContext(ResourceBundle, Locale) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
 
LocalizationContext(ResourceBundle) - Constructor for class javax.servlet.jsp.jstl.fmt.LocalizationContext
 
LocalTransaction - Interface in javax.resource.cci
API to a local transaction.
LocalTransaction - Interface in javax.resource.spi
API to a local transaction.
localTransactionCommitted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a local transaction has committed.
LocalTransactionException - Exception in javax.resource.spi
An exception with internal causes.
LocalTransactionException() - Constructor for exception javax.resource.spi.LocalTransactionException
 
LocalTransactionException(String) - Constructor for exception javax.resource.spi.LocalTransactionException
 
LocalTransactionException(String, String) - Constructor for exception javax.resource.spi.LocalTransactionException
 
LocalTransactionException(String, Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
 
LocalTransactionException(Throwable) - Constructor for exception javax.resource.spi.LocalTransactionException
 
localTransactionRolledback(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a local transaction has rolled back.
localTransactionStarted(ConnectionEvent) - Method in interface javax.resource.spi.ConnectionEventListener
Notifies that a local transaction has started.
locate(Expression<String>, Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
locate(Expression<String>, String) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
locate(Expression<String>, Expression<String>, Expression<Integer>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
locate(Expression<String>, String, int) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
Lock - Annotation Type in javax.ejb
Declares a concurrency lock for a bean method.
lock(Object, LockModeType) - Method in interface javax.persistence.EntityManager
Sets the lock mode for an entity.
lock(Object, LockModeType, Map<String, Object>) - Method in interface javax.persistence.EntityManager
Sets the lock mode for an entity.
LockModeType - Enum in javax.persistence
The type of the lock modes.
LockTimeoutException - Exception in javax.persistence
Thrown by the persistence provider when a pessimistic locking conflict occurs, without forcing a rollback.
LockTimeoutException() - Constructor for exception javax.persistence.LockTimeoutException
 
LockTimeoutException(Object) - Constructor for exception javax.persistence.LockTimeoutException
 
LockTimeoutException(String) - Constructor for exception javax.persistence.LockTimeoutException
 
LockTimeoutException(String, Throwable) - Constructor for exception javax.persistence.LockTimeoutException
 
LockTimeoutException(String, Throwable, Object) - Constructor for exception javax.persistence.LockTimeoutException
 
LockTimeoutException(Throwable) - Constructor for exception javax.persistence.LockTimeoutException
 
LockType - Enum in javax.ejb
Concurrency lock type.
log(String) - Method in class javax.servlet.GenericServlet
Logs an error message in the application's log.
log(String, Throwable) - Method in class javax.servlet.GenericServlet
Logs an error message and an exception trace in the application's log.
log(String) - Method in interface javax.servlet.ServletContext
Logs a message.
log(String, Throwable) - Method in interface javax.servlet.ServletContext
Logs a message and a stack trace.
log(Exception, String) - Method in interface javax.servlet.ServletContext
Deprecated. 
login(String, String) - Method in interface javax.servlet.http.HttpServletRequest
 
login(String, String) - Method in class javax.servlet.http.HttpServletRequestWrapper
 
logout() - Method in interface javax.servlet.http.HttpServletRequest
 
logout() - Method in class javax.servlet.http.HttpServletRequestWrapper
 
lookup(String) - Method in interface javax.ejb.EJBContext
 
LoopTag - Interface in javax.servlet.jsp.jstl.core
 
LoopTagStatus - Interface in javax.servlet.jsp.jstl.core
 
LoopTagSupport - Class in javax.servlet.jsp.jstl.core
 
LoopTagSupport() - Constructor for class javax.servlet.jsp.jstl.core.LoopTagSupport
 
lower(Expression<String>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
lt(Expression<? extends Number>, Expression<? extends Number>) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
lt(Expression<? extends Number>, Number) - Method in interface javax.persistence.criteria.CriteriaBuilder
 
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z _ 
Skip navigation links