Package play.db
Class NamedDatabaseImpl
- Object
-
- play.db.NamedDatabaseImpl
-
- All Implemented Interfaces:
Serializable,Annotation
public class NamedDatabaseImpl extends Object implements NamedDatabase, Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NamedDatabaseImpl(String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<? extends Annotation>annotationType()booleanequals(Object o)inthashCode()StringtoString()Stringvalue()
-
-
-
Constructor Detail
-
NamedDatabaseImpl
public NamedDatabaseImpl(String value)
-
-
Method Detail
-
value
public String value()
-
hashCode
public int hashCode()
- Specified by:
hashCodein interfaceAnnotation- Overrides:
hashCodein classObject
-
equals
public boolean equals(Object o)
- Specified by:
equalsin interfaceAnnotation- Overrides:
equalsin classObject
-
toString
public String toString()
- Specified by:
toStringin interfaceAnnotation- Overrides:
toStringin classObject
-
annotationType
public Class<? extends Annotation> annotationType()
- Specified by:
annotationTypein interfaceAnnotation
-
-