Class A11AAbstract
java.lang.Object
org.nuiton.topia.persistence.internal.AbstractTopiaEntity
org.nuiton.topia.it.mapping.test11.A11AAbstract
- All Implemented Interfaces:
Serializable,A11A,TopiaEntity
- Direct Known Subclasses:
A11AImpl
- See Also:
-
Field Summary
FieldsFields inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
DEFAULT_INSTANCE, deleted, firesSupport, postReadListeners, postWriteListeners, preReadListeners, preWriteListeners, topiaCreateDate, topiaId, topiaVersionFields inherited from interface org.nuiton.topia.it.mapping.test11.A11A
PROPERTY_B11_AFields inherited from interface org.nuiton.topia.persistence.TopiaEntity
AGGREGATE, COMPOSITE, PROPERTY_TOPIA_CREATE_DATE, PROPERTY_TOPIA_ID, PROPERTY_TOPIA_VERSION, TOPIA_CREATE_DATE, TOPIA_ID, TOPIA_VERSION -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(TopiaEntityVisitor visitor) protected voidaccept0(TopiaEntityVisitor visitor) voidaddAllB11A(Iterable<B11A> b11A) voidvoidbooleancontainsB11A(B11A b11A) getB11A()getB11AByTopiaId(String topiaId) booleanbooleanvoidremoveB11A(B11A b11A) voidintsizeB11A()Methods inherited from class org.nuiton.topia.persistence.internal.AbstractTopiaEntity
addPostReadListener, addPostReadListener, addPostWriteListener, addPostWriteListener, addPreReadListener, addPreReadListener, addPreWriteListener, addPreWriteListener, addPropertyChangeListener, addPropertyChangeListener, equals, fireOnPostRead, fireOnPostRead, fireOnPostWrite, fireOnPostWrite, fireOnPreRead, fireOnPreWrite, getFiresSupport, getFiresSupportOrNull, getPostReadListeners, getPostWriteListeners, getPreReadListeners, getPreWriteListeners, getTopiaCreateDate, getTopiaId, getTopiaVersion, hashCode, isDeleted, isPersisted, notifyDeleted, removePostReadListener, removePostReadListener, removePostWriteListener, removePostWriteListener, removePreReadListener, removePreReadListener, removePreWriteListener, removePreWriteListener, removePropertyChangeListener, removePropertyChangeListener, setFiresSupport, setTopiaCreateDate, setTopiaId, setTopiaVersionMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.nuiton.topia.persistence.TopiaEntity
getTopiaCreateDate, getTopiaId, getTopiaVersion, isDeleted, isPersisted, notifyDeleted, setTopiaCreateDate, setTopiaId, setTopiaVersion
-
Field Details
-
b11A
Nom de l'attribut en BD : b11A
-
-
Constructor Details
-
A11AAbstract
public A11AAbstract()
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceTopiaEntity- Throws:
TopiaException
-
accept0
- Throws:
TopiaException
-
addB11A
-
addAllB11A
- Specified by:
addAllB11Ain interfaceA11A
-
setB11A
-
removeB11A
- Specified by:
removeB11Ain interfaceA11A
-
clearB11A
public void clearB11A() -
getB11A
-
getB11AByTopiaId
- Specified by:
getB11AByTopiaIdin interfaceA11A
-
getB11ATopiaIds
- Specified by:
getB11ATopiaIdsin interfaceA11A
-
sizeB11A
public int sizeB11A() -
isB11AEmpty
public boolean isB11AEmpty()- Specified by:
isB11AEmptyin interfaceA11A
-
isB11ANotEmpty
public boolean isB11ANotEmpty()- Specified by:
isB11ANotEmptyin interfaceA11A
-
containsB11A
- Specified by:
containsB11Ain interfaceA11A
-