@Namespace(value="http://jboss.org/schema/seam/framework", prefix="org.jboss.seam.core.framework")
See: Description
Class | Description |
---|---|
Controller |
Base class for controller objects.
|
CurrentDate |
The current date, as an instance of java.util.Date.
|
CurrentDatetime |
The current date and time, as an instance of java.util.Date.
|
CurrentTime |
The current time, as an instance of java.util.Date.
|
EntityController |
Base class for controller objects that perform
persistence operations using JPA.
|
EntityHome<E> |
Base class for Home objects of JPA entities.
|
EntityIdentifier | |
EntityQuery<E> |
A Query object for JPA.
|
HibernateEntityController |
Base class for controller objects that perform
persistence operations using Hibernate.
|
HibernateEntityHome<E> |
Base class for Home objects for Hibernate entities.
|
HibernateEntityIdentifier | |
HibernateEntityQuery<E> |
A Query object for Hibernate.
|
Home<T,E> |
Base class for components which provide persistence
operations to a managed entity instance.
|
Identifier<T> |
Wrapper class that identifies an entity
|
MutableController<T> |
Base class for controllers which implement the
Mutable interface.
|
MutableEntityController |
Base class for controller objects that perform
persistence operations using JPA.
|
PersistenceController<T> |
Base class for controller objects which require a persistence
context object.
|
Query<T,E> |
Base class for components which manage a query
result set.
|
Exception | Description |
---|---|
EntityNotFoundException |
Copyright © 2015 Seam Framework. All Rights Reserved.