org.apache.james.domainlist.jpa.model
Class JPADomain
java.lang.Object
org.apache.james.domainlist.jpa.model.JPADomain
@Entity(name="JamesDomain")
public class JPADomain
- extends Object
Domain class for the James Domain to be used for JPA persistence.
|
Constructor Summary |
JPADomain(String name)
Use this simple constructor to create a new Domain. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JPADomain
public JPADomain(String name)
- Use this simple constructor to create a new Domain.
- Parameters:
name - the name of the Domain
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.